Releases: mem0ai/mem0
Releases · mem0ai/mem0
0.1.36
What's Changed
- update custom categories doc by @Dev-Khant in #2074
- Doc: Update batch delete by @Dev-Khant in #2078
- Fixing the fact extraction prompt by @PranavPuranik in #2037
- (Update) Vercel AI SDK Memory Saving Algo by @whysosaket in #2082
- Update validate_api_key by @Dev-Khant in #2089
- (docs) Updated docs as for using agent_id by @whysosaket in #2090
- Doc: Update Batch API-Reference by @Dev-Khant in #2092
- Doc: update custom categories by @Dev-Khant in #2094
- Doc: Add Org/Proj Id to API reference by @Dev-Khant in #2095
- Doc: Update V1 search params by @Dev-Khant in #2096
- Openai proxy: allow system prompt from user by @Dev-Khant in #2097
Full Changelog: v0.1.34...v0.1.36
v0.1.34
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 #1921
- chore: version -> 0.1.19 by @Dev-Khant in #1937
- [ Refactored ] embedding models and [ Update ] documentation for Gemini model by @parshvadaftari in #1931
- (bug-fix) : fix VertexAI missing configurations by @Divyanshu9822 in #1926
- Update mint.json by @deshraj in #1940
- Add custom_categories in get_all docs by @Dev-Khant in #1943
- [Add] Error handling for update method in OSS & platform code. by @parshvadaftari in #1939
- Update README.md by @deshraj in #1949
- Reordering of code blocks for API reference page by @Dev-Khant in #1953
- Change ping endpoint for validating api key by @deshraj in #1956
- update python code in API reference by @Dev-Khant in #1957
- Make graph memory related dependencies optional by @deshraj in #1954
- [bug]: Memory.reset() deletes collection and table without re-creating it by @spike-spiegel-21 in #1952
- Adding autogen cookbook to help provide options of integration with a multi-agent framework by @sarkarsaurabh27 in #1908
- [ Fix ]TypeError when using Chat completion by @parshvadaftari in #1922
- Adding fetching data functionality for reference links in the web page by @vatsalrathod16 in #1806
- [Docs] : Fix typos in docs by @FarukhS52 in #1960
- Update graph doc for installation by @Dev-Khant in #1959
- add response to m.add() call by @femto in #1732
- Add langchain doc by @Dev-Khant in #1963
- Updated docs to add the "Direct Memory Storage" feature by @prateekchhikara in #1966
- Add V2 get_all by @Dev-Khant in #1969
- Add npmjs package badge on README by @deshraj in #1972
- Version bump by @prateekchhikara in #1973
- Add Support for Customizing default_headers in Azure OpenAI by @Zncl2222 in #1925
- Fixed typos: gitignore & config.mdx by @DhanushNehru in #1974
- Implemented Gemini (#1490) by @into-the-night in #1965
- Remove unnecessary tools by @Dev-Khant in #1979
- Support async client by @Dev-Khant in #1980
- version-bump -> 0.1.22 by @Dev-Khant in #1981
- Fix LLM config and Doc update for anthropic by @Dev-Khant in #1983
- Update docs for AsyncClient by @Dev-Khant in #1984
- Proper error message if api key not found by @Dev-Khant in #1985
- [docs]: Quickstart docs changed for v1.1 responses by @spike-spiegel-21 in #1990
- Code formatting by @Dev-Khant in #1986
- version bump -> 0.1.25 by @Dev-Khant in #1992
- Feature - Support Azure AI Search as a Vector DB by @maljazaery in #1967
- Remove session_id deprecation warning by @Dev-Khant in #1994
- [integration]: Together embedder added by @spike-spiegel-21 in #1995
- remove redudant code from graph_memory.py by @GingerMoon in #1999
- fix typo in the prompt of get_update_memory_messages by @GingerMoon in #2000
- Modify docs to update response format by @Dev-Khant in #2002
- update ADD response by @Dev-Khant in #2005
- Replace UUID with indexes to reduce hallucinations by @Dev-Khant in #2004
- version bump -> 0.1.27 by @Dev-Khant in #2006
- Add audio as data source to Docs by @Dev-Khant in #2007
- Docs: Integration/Vercel AI SDK by @whysosaket in #2009
- Fixes for API reference by @Dev-Khant in #2010
- Add support for Org/Proj ID by @Dev-Khant in #2014
- Version bump and client fixes by @Dev-Khant in #2017
- refine prompt of graph memory extract entities for search by @GingerMoon in #2013
- [docs]: llama index docs added by @spike-spiegel-21 in #2018
- Version bump and upgrade chromadb version by @Dev-Khant in #2019
- [graph_improvement]: Unique Id removed from update prompt by @spike-spiegel-21 in #2020
- (Docs) Updated Docs to include mem0-node by @whysosaket in #2022
- Update Org doc by @Dev-Khant in #2026
- [llama_index_docs]: Added few blocks by @spike-spiegel-21 in #2023
- Add CrewAI Usage doc by @Dev-Khant in #2029
- Doc: add example for filtering through categories and metadata by @Dev-Khant in #2031
- Update embedder docs to show openai key is used for LLM by @Dev-Khant in #2033
- (Feature) Vercel AI SDK by @whysosaket in #2024
- [Redis]: Vector database added. by @spike-spiegel-21 in #2032
- [bug_improvement]: Update hash changed and Vector base class improved by @spike-spiegel-21 in #2034
- [docs]: LlamaIndex ReAct agent tutorial added by @spike-spiegel-21 in #2036
- Version bump by @prateekchhikara in #2038
- [improvement]: Graph nodes extraction improved by @spike-spiegel-21 in #2035
- (Docs Update) update mem0ai usage examples to use ES6 imports by @whysosaket in #2041
- Handle pagination for GET_ALL by @Dev-Khant in #2044
- pass page and page_size in query params by @Dev-Khant in #2052
- Doc: show output_format as param in API reference by @Dev-Khant in #2053
- (Docs) Updated docs for new paginated output format by @whysosaket in #2055
- (Docs) Updated Docs to Include V2 Paginated/Non-Paginated Output by @whysosaket in #2056
- Support categories filtering for GET_ALL API by @Dev-Khant in #2058
- add page and page_size in api-reference by @Dev-Khant in #2061
- Added langchain tools in the docs by @prateekchhikara in #2063
- Add support for batch update/delete by @Dev-Khant in #2064
- Doc update by @Dev-Khant in #2065
- Update embedchain README.md by @caifeizhi in #2060
New Contributors
- @sarkarsaurabh27 made their first contribution in #1908
- @FarukhS52 made their first contribution in #1960
- @femto made their first contribution in #1732
- @Zncl2222 made their first contribution in #1925
- @DhanushNehru made their first contribution in #1974
- @into-the-night made their first contribution in #1965
- @maljazaery made their first contribution in #1967
- @GingerMoon made their first contribution in #1999
- @whysosaket made their first contribution in #2009
- @caifeizhi made their first contribution in #2060
Full Changelog: 0.1.123...v0.1.34
0.1.123
0.1.121
0.1.120
What's Changed
- version bump by @Dev-Khant in #1509
- [Mem0] Update platform client, improve deduction logic and update client docs by @deshraj in #1510
- Update mem0 version in embedchain by @Dev-Khant in #1512
- feat: Improve readme and author details by @taranjeet in #1606
- Fixes pytests openai: args change and pathlib reference for pricing file by @PranavPuranik in #1602
- Feature/bedrock embedder by @andrewghlee in #1470
- AzureOpenai access from behind company proxies. by @PranavPuranik in #1459
- Sets up metadata db for every llm class by @PranavPuranik in #1401
- Version bump for Mem0 and Embedchain by @Dev-Khant in #1632
- fix readme by @Dev-Khant in #1633
New Contributors
- @prateekchhikara made their first contribution in #1587
- @andrewghlee made their first contribution in #1470
- @shenxiangzhuang made their first contribution in #1501
- @xyb made their first contribution in #1524
- @kirklin made their first contribution in #1530
- @kmitul made their first contribution in #1548
- @krescent made their first contribution in #1619
- @NavyaAlapati13 made their first contribution in #1613
Full Changelog: 0.1.118...0.1.120
0.1.118
0.1.117
What's Changed
- Remove unwanted libraries and lighten package by @Dev-Khant in #1391
- Refactoring vectordb naming convention in embedchain.config by @vatsalrathod16 in #1469
- Rename embedchain to mem0 and open sourcing code for long term memory by @taranjeet in #1474
- Add model pricing file by @Dev-Khant in #1483
- Change dependency to mem0ai by @Dev-Khant in #1476
- Fix CI/CD by @deshraj in #1492
Full Changelog: 0.1.116...0.1.117
0.1.116
What's Changed
- Fixed Docs for the Token Usage by @parshvadaftari in #1461
- Integrate Mem0 by @Dev-Khant in #1462
- [Docs]: Add Integration for 🧊 Helicone (LLM-Observability for Developers) by @maamalama in #1458
- Version bump -> 0.1.116 by @Dev-Khant in #1464
New Contributors
- @parshvadaftari made their first contribution in #1461
- @maamalama made their first contribution in #1458
Full Changelog: 0.1.115...0.1.116
0.1.115
What's Changed
- Show details for query tokens by @Dev-Khant in #1392
- Version bump by @Dev-Khant in #1460
Full Changelog: 0.1.114...0.1.115
0.1.114
What's Changed
- Refactor openai embedder by @vatsalrathod16 in #1444
- Add batch_size in config for VectorDB by @Dev-Khant in #1448
- Fix batch_size for vectordb by @Dev-Khant in #1449
- Adding model_kwargs for huggingface embedders. by @PranavPuranik in #1450
- Updating dependencies by @joaomdmoura in #1453
- http_client and http_async_client bugfix by @PranavPuranik in #1454
- Version bump by @Dev-Khant in #1457
New Contributors
- @vatsalrathod16 made their first contribution in #1444
Full Changelog: 0.1.113...0.1.114