llama-stack/llama_stack/providers/registry
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
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
agents.py Remove "routing_table" and "routing_key" concepts for the user (#201) 2024-10-10 10:24:13 -07:00
inference.py add more distro templates (#279) 2024-10-21 18:15:08 -07:00
memory.py feat: Qdrant Vector index support (#221) 2024-10-22 12:50:19 -07:00
safety.py Remove "routing_table" and "routing_key" concepts for the user (#201) 2024-10-10 10:24:13 -07:00
telemetry.py provider_id => provider_type, adapter_id => adapter_type 2024-10-02 14:05:59 -07:00