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
server:
env_name: ${APP_ENV:mock}
# This configuration allows you to use GPU for creating embeddings while avoiding loading LLM into vRAM
llm:
mode: mock
tokenizer: BAAI/bge-small-en-v1.5
# https://docs.privategpt.dev/manual/document-management/ingestion
embedding:
mode: huggingface
ingest_mode: batch
count_workers: 8
I tried to ingest a 6MB text document using make ingest and got this:
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using v0.5.0 of privateGPT synced to this commit:
with following settings (on top of default):
I tried to ingest a 6MB text document using
make ingest
and got this:Its been more than half an hour and I am getting an endless scroll of
the storage in
qdrant
db keeps on increasing:and is already 480MB.
what is going on here? how can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions