Spaces:
Running
on
Zero
Running
on
Zero
πwπ
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ TITLE = "RAG"
|
|
102 |
|
103 |
DESCRIPTION = """
|
104 |
## Resources used to build this project
|
105 |
-
* embedding model : https://huggingface.co/mixedbread-ai/mxbai-
|
106 |
* dataset : https://huggingface.co/datasets/not-lain/wikipedia-small-3000-embedded (used mxbai-colbert-large-v1 to create the embedding column )
|
107 |
* faiss docs : https://huggingface.co/docs/datasets/v2.18.0/en/package_reference/main_classes#datasets.Dataset.add_faiss_index
|
108 |
* chatbot : google/gemma-7b-it
|
|
|
102 |
|
103 |
DESCRIPTION = """
|
104 |
## Resources used to build this project
|
105 |
+
* embedding model : https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1
|
106 |
* dataset : https://huggingface.co/datasets/not-lain/wikipedia-small-3000-embedded (used mxbai-colbert-large-v1 to create the embedding column )
|
107 |
* faiss docs : https://huggingface.co/docs/datasets/v2.18.0/en/package_reference/main_classes#datasets.Dataset.add_faiss_index
|
108 |
* chatbot : google/gemma-7b-it
|