issues
search
telpirion
/
MyHerodotus
A Vertex AI-powered project demonstrating a simple, generative AI web app.
https://myherodotus-1025771077852.us-west1.run.app
Apache License 2.0
0
stars
0
forks
source link
Create a simple RAG query
#22
Closed
telpirion
closed
1 day ago
telpirion
commented
1 day ago
Take the request from the end user (their prompt) and convert it to an embedding.
Search embeddings table or index for relevant embeddings
Return the original inputs from embeddings search
Pass the inputs into the prompt as context for the LLM
Call the LLM for the result
telpirion
commented
1 day ago
Implemented in 715ff97