Skip to content

Commit

Permalink
Use larger LLM and embedding models
Browse files Browse the repository at this point in the history
  • Loading branch information
nirogu committed Sep 13, 2024
1 parent c8438d2 commit f6fbcb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
index_directory: "./rag_index"
chunk_size: 1024
embedding_model: "thenlper/gte-small"
ollama_model: "tinyllama"
embedding_model: "thenlper/gte-large"
ollama_model: "mixtral"
chroma_collection: "sagemaker_docs"
documents_dir: "sagemaker_documentation"
query_history: "queries_database.jsonl"

0 comments on commit f6fbcb5

Please sign in to comment.