sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.3k stars 128 forks source link

Qdrant VectorStore: added ability to set search filters #233

Closed JohnTheCoolingFan closed 9 months ago

JohnTheCoolingFan commented 10 months ago

Adds support for setting qdrant filters that will be used when retrieving documents

This is a breaking change

Closes #228

williamhogman commented 9 months ago

crates/llm-chain-qdrant/examples/similarity_search.rs:52:53 this example isn't compiling .

JohnTheCoolingFan commented 9 months ago

@williamhogman Fixed the examples