datastax / astra-assistants-api

Drop in replacement for the OpenAI Assistants API
Apache License 2.0
95 stars 9 forks source link

Allow direct access to the vector store #36

Open phact opened 1 month ago

phact commented 1 month ago

For users that want to do their own chunking and embedding but still want to leverage assistants

phact commented 2 weeks ago

Addressed in this commit - https://github.com/datastax/astra-assistants-api/commit/bff5efdfd923bfb720769f36f58b408c966b4c23

Deployed to dockerhub and the service.

See usage example here - https://github.com/datastax/astra-assistants-api/blob/main/examples/python/function_calling/astra_data_api.py

This method expects that you have an existing collection with data that can be used for the ANN search.