mem0
mem0 copied to clipboard
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management.
- Currently, is it possible to use embedchain with pinecone? If not, will it be possible in the future? - this issue is opened on behalf of discord user Hector,...
Relates to #46. Added a SitemapLoader class that iterates over a list of urls from an XML sitemap and internally calls the WebPageLoader to load the urls. It is paired...
- Wondering if it is possible to fine-tune the tone the AI replying to me? such as if I provided the dialogue of Sherlock Holmes, could it reply me with...
- Thanks, Such a handy repo! Loving the user-friendly API. Can't wait to see it support a whole codebase(just like other types of documents) in the future:) - opened on...
- Since the data is splitted in chunks, is it possible to implement a summarize function? - opened on behalf of discord user edo, [message link](https://discord.com/channels/1121119078191480945/1121119078858358846/1122046901907357736)
added dry run functionality I described before, the code comments should be enough to explain the purpose and thought behind it.
Hi @taranjeet I was working on my mini project to chat over a small-sized blog and I found myself writing some piece of code to iterate over the sitemap of...
Trying to install using pip3 and it returns this error: ```python Building wheels for collected packages: hnswlib Building wheel for hnswlib (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for...
max_tokens parameter being set to 1000 is an issue. With having multiple sources (with long urls) and larger webpages, this is quickly eaten up. When the token amount is exceeded...
Currently, `embedchain` allows the addition of various types of data sources such as YouTube videos, PDF files, and web pages to be processed and used in the application. This feature...