not-lain commited on
Commit
4871902
β€’
1 Parent(s): 42df98c

🌘wπŸŒ–

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-colbert-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
 
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