You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been getting this error when ingesting PDF files with size larger than 2,000 KB. I am using "Ollama Mistral 7B" and embedding "Nomic-ai/nomic-embed-text-v1.5"
PGT is running on windows 10, the machine have 128GB memory and NVIDIA GeForce RTX 4090.
Newbie here, so I might be missing something.
Any suggestion regarding what this error maybe?
Thank you
embedding:
mode: huggingface
ingest_mode: parallel
count_workers: 16
embed_dim: 768 #768 is for nomic-ai/nomic-embed-text-v1.5 # 384 is for BAAI/bge-small-en-v1.5
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have been getting this error when ingesting PDF files with size larger than 2,000 KB. I am using "Ollama Mistral 7B" and embedding "Nomic-ai/nomic-embed-text-v1.5"
PGT is running on windows 10, the machine have 128GB memory and NVIDIA GeForce RTX 4090.
Newbie here, so I might be missing something.
Any suggestion regarding what this error maybe?
Thank you
setting.yaml
llamacpp:
llm_hf_repo_id: TheBloke/Mistral-7B-Instruct-v0.2-GGUF
llm_hf_model_file: mistral-7b-instruct-v0.2.Q4_K_M.gguf
tfs_z: 1.0
top_k: 40
top_p: 1.0
repeat_penalty: 1.1
embedding:
mode: huggingface
ingest_mode: parallel
count_workers: 16
embed_dim: 768 #768 is for nomic-ai/nomic-embed-text-v1.5 # 384 is for BAAI/bge-small-en-v1.5
huggingface:
embedding_hf_model_name: nomic-ai/nomic-embed-text-v1.5
vectorstore:
database: qdrant
nodestore:
database: simple
milvus:
uri: local_data/private_gpt/milvus/milvus_local.db
collection_name: milvus_db
overwrite: true
qdrant:
path: local_data/private_gpt/qdrant
Beta Was this translation helpful? Give feedback.
All reactions