Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the flow #39

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Jump into the world of RAG architecture, inspired by human cognitive processes,

To read more about the approach and details on cognitive architecture, see the blog post: [AI Applications and RAGs - Cognitive Architecture, Testability, Production Ready Apps](https://topoteretes.notion.site/Going-beyond-Langchain-Weaviate-and-towards-a-production-ready-modern-data-platform-7351d77a1eba40aab4394c24bef3a278?pvs=4)

To try it yourselfon Whatsapp with one of our partners(www.keepi.ai) by typing /save content followed by /query content
Try it yourself on Whatsapp with one of our [partners](www.keepi.ai) by typing /save _content_ followed by /query _content_



Expand All @@ -91,9 +91,11 @@ Send API requests add-memory, user-query-to-graph, document-to-graph-db, user-qu
### Current Focus

#### Integration to keepi.ai and other apps
Use Neo4j to map user preferences into a graph structure consisting of semantic, episodic, and procedural memory.
Fetch information and store information and files on Whatsapp chatbot using Keepi.ai
Use the graph to answer user queries and store new information in the graph.
Uses Neo4j to map user preferences into a graph structure consisting of semantic, episodic, and procedural memory.

Fetches information and stores information and files on Whatsapp chatbot using [keepi.ai](www.keepi.ai)

Uses the graph to answer user queries and store new information in the graph.


### Architecture
Expand Down
Loading