v0.1.34
版本发布时间: 2024-12-04 18:32:41
mem0ai/mem0最新发布版本:v0.1.34(2024-12-04 18:32:41)
Release Note Update
From this point forward, the releases section will specifically track updates and new versions of Mem0.
For changes and releases related to embedchain, we will create a dedicated section to document all updates and changes specific to the embedchain component.
This distinction ensures clarity and better organization for developers and users interacting with both Mem0 and embedchain.
What's Changed
- fixes - 1911 autoindex does not require params by @ketangangal in https://github.com/mem0ai/mem0/pull/1921
- chore: version -> 0.1.19 by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1937
- [ Refactored ] embedding models and [ Update ] documentation for Gemini model by @parshvadaftari in https://github.com/mem0ai/mem0/pull/1931
- (bug-fix) : fix VertexAI missing configurations by @Divyanshu9822 in https://github.com/mem0ai/mem0/pull/1926
- Update mint.json by @deshraj in https://github.com/mem0ai/mem0/pull/1940
- Add custom_categories in get_all docs by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1943
- [Add] Error handling for update method in OSS & platform code. by @parshvadaftari in https://github.com/mem0ai/mem0/pull/1939
- Update README.md by @deshraj in https://github.com/mem0ai/mem0/pull/1949
- Reordering of code blocks for API reference page by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1953
- Change ping endpoint for validating api key by @deshraj in https://github.com/mem0ai/mem0/pull/1956
- update python code in API reference by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1957
- Make graph memory related dependencies optional by @deshraj in https://github.com/mem0ai/mem0/pull/1954
- [bug]: Memory.reset() deletes collection and table without re-creating it by @spike-spiegel-21 in https://github.com/mem0ai/mem0/pull/1952
- Adding autogen cookbook to help provide options of integration with a multi-agent framework by @sarkarsaurabh27 in https://github.com/mem0ai/mem0/pull/1908
- [ Fix ]TypeError when using Chat completion by @parshvadaftari in https://github.com/mem0ai/mem0/pull/1922
- Adding fetching data functionality for reference links in the web page by @vatsalrathod16 in https://github.com/mem0ai/mem0/pull/1806
- [Docs] : Fix typos in docs by @FarukhS52 in https://github.com/mem0ai/mem0/pull/1960
- Update graph doc for installation by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1959
- add response to m.add() call by @femto in https://github.com/mem0ai/mem0/pull/1732
- Add langchain doc by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1963
- Updated docs to add the "Direct Memory Storage" feature by @prateekchhikara in https://github.com/mem0ai/mem0/pull/1966
- Add V2 get_all by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1969
- Add npmjs package badge on README by @deshraj in https://github.com/mem0ai/mem0/pull/1972
- Version bump by @prateekchhikara in https://github.com/mem0ai/mem0/pull/1973
- Add Support for Customizing default_headers in Azure OpenAI by @Zncl2222 in https://github.com/mem0ai/mem0/pull/1925
- Fixed typos: gitignore & config.mdx by @DhanushNehru in https://github.com/mem0ai/mem0/pull/1974
- Implemented Gemini (#1490) by @into-the-night in https://github.com/mem0ai/mem0/pull/1965
- Remove unnecessary tools by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1979
- Support async client by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1980
- version-bump -> 0.1.22 by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1981
- Fix LLM config and Doc update for anthropic by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1983
- Update docs for AsyncClient by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1984
- Proper error message if api key not found by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1985
- [docs]: Quickstart docs changed for v1.1 responses by @spike-spiegel-21 in https://github.com/mem0ai/mem0/pull/1990
- Code formatting by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1986
- version bump -> 0.1.25 by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1992
- Feature - Support Azure AI Search as a Vector DB by @maljazaery in https://github.com/mem0ai/mem0/pull/1967
- Remove session_id deprecation warning by @Dev-Khant in https://github.com/mem0ai/mem0/pull/1994
- [integration]: Together embedder added by @spike-spiegel-21 in https://github.com/mem0ai/mem0/pull/1995
- remove redudant code from graph_memory.py by @GingerMoon in https://github.com/mem0ai/mem0/pull/1999
- fix typo in the prompt of get_update_memory_messages by @GingerMoon in https://github.com/mem0ai/mem0/pull/2000
- Modify docs to update response format by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2002
- update ADD response by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2005
- Replace UUID with indexes to reduce hallucinations by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2004
- version bump -> 0.1.27 by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2006
- Add audio as data source to Docs by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2007
- Docs: Integration/Vercel AI SDK by @whysosaket in https://github.com/mem0ai/mem0/pull/2009
- Fixes for API reference by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2010
- Add support for Org/Proj ID by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2014
- Version bump and client fixes by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2017
- refine prompt of graph memory extract entities for search by @GingerMoon in https://github.com/mem0ai/mem0/pull/2013
- [docs]: llama index docs added by @spike-spiegel-21 in https://github.com/mem0ai/mem0/pull/2018
- Version bump and upgrade chromadb version by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2019
- [graph_improvement]: Unique Id removed from update prompt by @spike-spiegel-21 in https://github.com/mem0ai/mem0/pull/2020
- (Docs) Updated Docs to include mem0-node by @whysosaket in https://github.com/mem0ai/mem0/pull/2022
- Update Org doc by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2026
- [llama_index_docs]: Added few blocks by @spike-spiegel-21 in https://github.com/mem0ai/mem0/pull/2023
- Add CrewAI Usage doc by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2029
- Doc: add example for filtering through categories and metadata by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2031
- Update embedder docs to show openai key is used for LLM by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2033
- (Feature) Vercel AI SDK by @whysosaket in https://github.com/mem0ai/mem0/pull/2024
- [Redis]: Vector database added. by @spike-spiegel-21 in https://github.com/mem0ai/mem0/pull/2032
- [bug_improvement]: Update hash changed and Vector base class improved by @spike-spiegel-21 in https://github.com/mem0ai/mem0/pull/2034
- [docs]: LlamaIndex ReAct agent tutorial added by @spike-spiegel-21 in https://github.com/mem0ai/mem0/pull/2036
- Version bump by @prateekchhikara in https://github.com/mem0ai/mem0/pull/2038
- [improvement]: Graph nodes extraction improved by @spike-spiegel-21 in https://github.com/mem0ai/mem0/pull/2035
- (Docs Update) update mem0ai usage examples to use ES6 imports by @whysosaket in https://github.com/mem0ai/mem0/pull/2041
- Handle pagination for GET_ALL by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2044
- pass page and page_size in query params by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2052
- Doc: show output_format as param in API reference by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2053
- (Docs) Updated docs for new paginated output format by @whysosaket in https://github.com/mem0ai/mem0/pull/2055
- (Docs) Updated Docs to Include V2 Paginated/Non-Paginated Output by @whysosaket in https://github.com/mem0ai/mem0/pull/2056
- Support categories filtering for GET_ALL API by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2058
- add page and page_size in api-reference by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2061
- Added langchain tools in the docs by @prateekchhikara in https://github.com/mem0ai/mem0/pull/2063
- Add support for batch update/delete by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2064
- Doc update by @Dev-Khant in https://github.com/mem0ai/mem0/pull/2065
- Update embedchain README.md by @caifeizhi in https://github.com/mem0ai/mem0/pull/2060
New Contributors
- @sarkarsaurabh27 made their first contribution in https://github.com/mem0ai/mem0/pull/1908
- @FarukhS52 made their first contribution in https://github.com/mem0ai/mem0/pull/1960
- @femto made their first contribution in https://github.com/mem0ai/mem0/pull/1732
- @Zncl2222 made their first contribution in https://github.com/mem0ai/mem0/pull/1925
- @DhanushNehru made their first contribution in https://github.com/mem0ai/mem0/pull/1974
- @into-the-night made their first contribution in https://github.com/mem0ai/mem0/pull/1965
- @maljazaery made their first contribution in https://github.com/mem0ai/mem0/pull/1967
- @GingerMoon made their first contribution in https://github.com/mem0ai/mem0/pull/1999
- @whysosaket made their first contribution in https://github.com/mem0ai/mem0/pull/2009
- @caifeizhi made their first contribution in https://github.com/mem0ai/mem0/pull/2060
Full Changelog: https://github.com/mem0ai/mem0/compare/0.1.123...v0.1.34