Merge pull request #36 from topoteretes/feature/keepi_deployment
Build and deploy keepi integration support
This commit is contained in:
commit
0cb99ec570
3 changed files with 5 additions and 4 deletions
|
|
@ -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.
|
|||
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Installation
|
||||
|
|
|
|||
1
api.py
1
api.py
|
|
@ -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
BIN
assets/img.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 174 KiB |
Loading…
Add table
Reference in a new issue