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
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
-
Checked other resources
Commit to Help
Example Code
Description
how to make instance of QdrantVectorStore with hybrid search that can use in parentdocument retriver as vectorstore ,
like this
vectorstore = QdrantVectorStore(
client=client,
collection_name=q_name,
embedding=embedding,
RetrievalMode=RetrievalMode.HYBRID,
sparse_embeddings=sparse_embeddings
)
that can use this in ParentDocument retriver
System Info
langchain==0.3.4
langchain-chroma==0.1.4
langchain-community==0.3.3
langchain-core==0.3.12
langchain-groq==0.2.0
langchain-huggingface==0.1.0
langchain-qdrant==0.1.4
langchain-text-splitters==0.3.0
Beta Was this translation helpful? Give feedback.
All reactions