llama-stack-mirror/llama_stack
Anush 4c3d33e6f4
feat: Qdrant Vector index support (#221)
This PR adds support for Qdrant - https://qdrant.tech/ to be used as a vector memory.

I've unit-tested the methods to confirm that they work as intended.

To run Qdrant

```
docker run -p 6333:6333 qdrant/qdrant
```
2024-10-22 12:50:19 -07:00
..
apis [Evals API] [1/n] Initial API (#287) 2024-10-22 09:31:19 -07:00
cli llama stack distributions / templates / docker refactor (#266) 2024-10-21 11:17:53 -07:00
distribution add more distro templates (#279) 2024-10-21 18:15:08 -07:00
providers feat: Qdrant Vector index support (#221) 2024-10-22 12:50:19 -07:00
scripts Add a test for CLI, but not fully done so disabled 2024-09-19 13:27:07 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00