Merge pull request #36 from topoteretes/feature/keepi_deployment

Build and deploy keepi integration support
This commit is contained in:
Vasilije 2024-01-26 11:22:45 +01:00 committed by GitHub
commit 0cb99ec570
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View file

@ -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}
@ -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

1
api.py
View file

@ -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:

BIN
assets/img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB