Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ You can load the FAISS indexes with `faiss.read_index` and match queries using y
|
|
| 43 |
The preprocessing, embedding, and search scripts are available at:
|
| 44 |
[GitHub - TouchDesigner RAG](https://github.com/cnbjjj/td-rag)
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
---
|
| 49 |
|
|
|
|
| 43 |
The preprocessing, embedding, and search scripts are available at:
|
| 44 |
[GitHub - TouchDesigner RAG](https://github.com/cnbjjj/td-rag)
|
| 45 |
|
| 46 |
+
The retrieval system is typically used alongside a local LLM (e.g., via [Ollama](https://ollama.com/)).
|
| 47 |
|
| 48 |
---
|
| 49 |
|