rig/rig-qdrant
github-actions[bot] f4214540a5
chore: release (#375)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-15 10:23:05 -04:00
..
examples feat: upsert documents into qdrant (#301) 2025-02-19 00:15:45 +00:00
src Fix Clippy warnings for doc indentation and Error::other usage (#364) 2025-04-03 12:57:54 +01:00
tests test: Mock provider API in vector store integration tests (#186) 2025-01-07 17:33:06 -05:00
CHANGELOG.md chore: release (#375) 2025-04-15 10:23:05 -04:00
Cargo.toml chore: release (#375) 2025-04-15 10:23:05 -04:00
LICENSE feat: Qdrant support 2024-10-29 18:48:55 +05:30
README.md fix(rig-qdrant): Rig Qdrant dependency (#98) 2024-11-12 18:50:23 -05:00

README.md

Rig-Qdrant

Vector store index integration for Qdrant. This integration supports dense vector retrieval using Rig's embedding providers. It is also extensible to allow all hybrid queries supported by Qdrant.

You can find end-to-end examples here.