Find answers from the community

Updated 11 months ago

Thanks to Logan M I found some good

Thanks to Logan M I found some good examples to get RAG working with huggingface models. Now I like to get this usecase working, I'm working on a system that should help making text2image prompts based on millions of prompts I stored in the vector. So I like to put in a simple text2image prompt let it search for matching prompts in the vector store and then have the llm make a nice prompt out of the context, my guess is for this I need to play with the prompting in some way, as with the sample from logan M it comes back and tells my prompt would not result in any possible answer based on the context, thats true as I had no chance to tell what to do with the context as there was just my query which in my example is like: sail to italy. thats mainly the search term, how I make it do create a prompt from the context now?
L
o
2 comments
Oh thank you very much, that seems to help a lot
Add a reply
Sign up and join the conversation on Discord