Skip to content

Commit

Permalink
Merge pull request #36 from topoteretes/feature/keepi_deployment
Browse files Browse the repository at this point in the history
Build and deploy keepi integration support
  • Loading branch information
Vasilije1990 authored Jan 26, 2024
2 parents 62344eb + a978e72 commit 0cb99ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ AI Applications and RAGs - Cognitive Architecture, Testability, Production Ready

This repo is built to test and evolve RAG architecture, inspired by human cognitive processes, using Python.
It's aims to be production ready, testable, and give great visibility in how we build RAG applications.
It runs in iterations, from POC towards production ready code.
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)
It runs in iterations, from POC towards production ready code.

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)

Try it on Whatsapp with one of our partners Keepi.ai by typing /save {content} followed by /query {content}


Expand All @@ -88,7 +90,7 @@ Use the graph to answer user queries and store new information in the graph.



![Image](https://github.com/topoteretes/PromethAI-Memory/blob/main/level_4/User_graph.png)
![Image](https://github.com/topoteretes/PromethAI-Memory/blob/main/assets/img.png)


### Installation
Expand Down
1 change: 0 additions & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ async def attach_user_to_public_memory(payload: Payload):
except Exception as e:
raise HTTPException(status_code=500, detail=str(e))


@app.post("/unlink-user-from-public-memory")
async def unlink_user_from_public_memory(payload: Payload):
try:
Expand Down
Binary file added assets/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0cb99ec

Please sign in to comment.