help with how to use db #8845
Unanswered
f1-outsourcing
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to use a vector database? I have currently this:
rag:
embedder:
provider: ollama
model: mxbai-embed-large
url: http://localhost:11434
vectorstore:
provider: qdrant
host: localhost
port: 6333
collection: testing
retriever:
top_k: 5
but it seems to be ignored. Would be nice also if there were more 'real' world examples on how to do things. Like getting started with coding using goose.
Beta Was this translation helpful? Give feedback.
All reactions