Closed zooqueen closed 7 months 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
Done in latest Hanzo AI.
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