Commit 6f51e7b
authored
Feature model initialization (#7)
* Enhance devcontainer setup and improve RAG functionality
- Updated devcontainer configuration to include multiple docker-compose files.
- Added new docker-compose.devcontainer.yml for devcontainer overriddes
- Refined environment variables for text and image collections in .env file.
- Improved prompt generation in rag.py for better user interaction.
- Streamlined chat.sh for continuous question and image identification modes.
- Adjusted docker-compose.yml to use model_cache for caching.
* Refactor prompts for clarity and implement lazy loading for models in MemoryAlphaRAG1 parent 6b05a44 commit 6f51e7b
File tree
6 files changed
+299
-247
lines changed- .devcontainer
- api/memoryalpha
6 files changed
+299
-247
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
0 commit comments