llama-stack-mirror/llama_stack/providers/tests
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
..
agents Make all methods async def again; add completion() for meta-reference (#270) 2024-10-18 20:50:59 -07:00
inference add completion() for ollama (#280) 2024-10-21 22:26:33 -07:00
memory feat: Qdrant Vector index support (#221) 2024-10-22 12:50:19 -07:00
safety Remove "routing_table" and "routing_key" concepts for the user (#201) 2024-10-10 10:24:13 -07:00
__init__.py Remove "routing_table" and "routing_key" concepts for the user (#201) 2024-10-10 10:24:13 -07:00
resolver.py Small rename 2024-10-18 14:41:38 -07:00