OpenAI integration with Elasticsearch #1392
Replies: 1 comment
-
Hi @Aleksa1996 , Happy to try and help get you going with this. If I read the above correctly, you have an Elastic SearchProvider configured, enabled, and working, which is great! In order to include those results in RAG processing, there are a couple of next steps.
Be sure to PUT that change to the SearchProvider and double-check that it saved. With those steps accomplished, refresh your Galaxy UI, and try a fresh search that gets results from your Elastic source. Then, toggle on the "Generate AI Response" option just under the search box. If you don't get a RAG response in a minute or less, grab any errors that have gone by in your Docker app window, and post them here for us to take a look at. Many thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello i have integrated Elasticsearch with swirl via search provider and its working flawlessly. Now i would like to use RAG response together with Elasticsearch search provider. Is it possible ? How can i do it ? I followed AI Guide but it's not working. I have set OPENAI_API_KEY as environment variable through docker compose. I also tried to add that variable manually inside container .env, but still does not work. Thanks in advance!
Swirl image:
swirlai/swirl-search:latest
Logs i've managed to capture:
Beta Was this translation helpful? Give feedback.
All reactions