New Features
- Add node doc_id filtering to weaviate (6467)
- New `TokenCountingCallback` to customize and track embedding, prompt, and completion token usage (6440)
- OpenAI Retrieval Function Agent (6491)
Breaking/Deprecated API Changes
- Deprecated current token tracking (llm predictor and embed model will no longer track tokens in the future, please use the `TokenCountingCallback` (6440)
- Add maximal marginal relevance to the Simple Vector Store, which can be enabled as a query mode (6446)
Bug Fixes / Nits
- `as_chat_engine` properly inherits the current service context (6470)
- Use namespace when deleting from pinecone (6475)
- Fix paths when using fsspec on windows (3778)
- Fix for using custom file readers in `SimpleDirectoryReader` (6477)
- Edit MMR Notebook (6486)
- FLARE fixes (6484)