You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for mistral (#291)
* [x] text generation
* [x] streaming
* [x] tool calling
* [x] image input
* [x] structured output
* [x] embeddings
* [x] examples
* [x] documentation
Implementation is basically functional, but has following flaws to be
resolved:
1. tool schema differs in a breaking way from GPT - extension point is a
MUST
2. duplication of stream, message conversion and tool calling
3. error handling - once again
fix: missing namespace when upserting in Pinecone store (#310)
When adding documents, it does not take configured namespace into
consideration, this PR fixes it.