zooai / ai

AI Web Interface
https://zooai.vercel.app
Other
3 stars 1 forks source link

app engine backend in python for unlimited memory #2

Closed zooqueen closed 7 months ago

zooqueen commented 1 year ago

https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/matching_engine/sdk_matching_engine_create_stack_overflow_embeddings_vertex.ipynb

create vector embeddings for all chat convos

and any files uploaded

for each user we can create a new matching engine

and then each chat convo we can use that to ground the results

this shows you how to do it using stack overflow questions as an example

make sure our AI remembers everything

zeekay commented 7 months ago

Done in latest Hanzo AI.