datastax / astra-assistants-api

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

Assistants V2 #22

Closed phact closed 1 month ago

phact commented 2 months ago

https://platform.openai.com/docs/assistants/whats-new

### Tasks
- [x] Vector Stores
- [x] Vector Store Files
- [x] Vector Store Objects
- [x] file_search tool
- [x] assistants_v2
- [x] messages_v2
- [x] threads_v2
- [x] runs_v2
- [x] non streaming tests (threads, run, retreival, function calling)
- [x] streaming tests (threads, run, retreival, function calling)
phact commented 2 months ago

Related https://github.com/phact/streaming-assistants/issues/2

phact commented 1 month ago

merged https://github.com/datastax/astra-assistants-api/pull/35