-
Notifications
You must be signed in to change notification settings - Fork 444
feat: qdrant search params #1911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: qdrant search params #1911
Conversation
@anubhavrana is attempting to deploy a commit to the LlamaIndex Team on Vercel. A member of the Team first needs to authorize it. |
🦋 Changeset detectedLatest commit: f0e7bd9 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
5cb5741
to
83652ef
Compare
@llamaindex/autotool
@llamaindex/cloud
@llamaindex/core
@llamaindex/env
@llamaindex/experimental
llamaindex
@llamaindex/node-parser
@llamaindex/readers
@llamaindex/tools
@llamaindex/wasm-tools
@llamaindex/workflow
@llamaindex/anthropic
@llamaindex/assemblyai
@llamaindex/aws
@llamaindex/clip
@llamaindex/cohere
@llamaindex/deepinfra
@llamaindex/deepseek
@llamaindex/discord
@llamaindex/fireworks
@llamaindex/google
@llamaindex/groq
@llamaindex/huggingface
@llamaindex/jinaai
@llamaindex/mistral
@llamaindex/mixedbread
@llamaindex/notion
@llamaindex/ollama
@llamaindex/openai
@llamaindex/perplexity
@llamaindex/portkey-ai
@llamaindex/replicate
@llamaindex/together
@llamaindex/vercel
@llamaindex/vllm
@llamaindex/voyage-ai
@llamaindex/astra
@llamaindex/azure
@llamaindex/chroma
@llamaindex/elastic-search
@llamaindex/firestore
@llamaindex/milvus
@llamaindex/mongodb
@llamaindex/pinecone
@llamaindex/postgres
@llamaindex/qdrant
@llamaindex/supabase
@llamaindex/upstash
@llamaindex/weaviate
commit: |
@anubhavrana please update branch and check failing tests |
bbca603
to
f0e7bd9
Compare
Branch updated and I did push a commit to fix the failing tests. When you have a minute if you could re trigger the actions/checks that'd be great! |
thanks @anubhavrana |
This PR adds functionality to allow users to pass additional search params when using the
query
method ofQdrantVectorStore
.Major Changes
qdrant_search_params
as options when using thequery
method inQdrantVectorStore
.Qdrant
vector store.Minor Changes
Qdrant
example readme.docs
to mention setting search parameters.closes #1910