We are adopting the RAG AI plugin in our organization. We managed to configure it to OpenAI (not without issues, docs are not particularly clear) and after some searching through the code we discovered that the supported source for tech docs was tech-docs.
Unfortunately we have not managed to figure out how to properly make the plugin consume/generate the embeddings for tech-docs.
When calling the API for embeddings (for example for the catalog) we receive confirmation of the number of embeddings generated, but when calling it for tech-docs we get
{"message":"Only catalog, tech-docs are supported as AI assistant query sources for now."}
Feature Suggestion
Better documentation showing integration of the different options and proper examples. Some docs are scattered through the READMEs but are not concise or do not "marry" well when building a complete example.
Possible Implementation
Provide an example configuration repository for the different setups (or perhaps it is all there and I just couldn't find it, in which case an index for people like me who struggle to find stuff 😅 )
Context
We are adopting the
RAG AIplugin in our organization. We managed to configure it toOpenAI(not without issues, docs are not particularly clear) and after some searching through the code we discovered that the supported source for tech docs wastech-docs.Unfortunately we have not managed to figure out how to properly make the plugin consume/generate the embeddings for
tech-docs.When calling the API for embeddings (for example for the
catalog) we receive confirmation of the number of embeddings generated, but when calling it fortech-docswe get{"message":"Only catalog, tech-docs are supported as AI assistant query sources for now."}Feature Suggestion
Better documentation showing integration of the different options and proper examples. Some docs are scattered through the READMEs but are not concise or do not "marry" well when building a complete example.
Possible Implementation
Provide an example configuration repository for the different setups (or perhaps it is all there and I just couldn't find it, in which case an index for people like me who struggle to find stuff 😅 )
Context