Skip to content

A Open-Source alternative to the Windows-Recall feature. Utilizing DocTR for OCR, JinaAI embedding models for embedding generations, ChromaDB to store and retrieve embeddings, and your LLM of choice for answering any questions

License

Notifications You must be signed in to change notification settings

data-max-hq/open-memory

Repository files navigation

jinaai-demo

app.py flask to run: flask run (in work directory ofc) or flask app.py (in work directory)

toggle recording to start recording QueryChromaDB will respond with the 3 most relevant pieces of context aswell as theire respective images LLM Prompt will use llama3:8b_instruct and the provided context to make a educated guess as to what the user was doing at that time. 127.0.0.1:9876

About

A Open-Source alternative to the Windows-Recall feature. Utilizing DocTR for OCR, JinaAI embedding models for embedding generations, ChromaDB to store and retrieve embeddings, and your LLM of choice for answering any questions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published