Replies: 2 comments 4 replies
-
@Xantier do you have any idea regarding this topic? I have been looking through the source code and I see that there are references for embedding documents, just wondering if they are references for the Backstage tech-docs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @herbergt , Tech docs retrieval or indexing isn't currently yet implemented. Would you be willing to contribute the functionality of that one? I can take a look at the pull request and get it merged in. The call sites that would need to be configured are:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to set the Backstage tech docs as embeddings, I'm executing the request shown below

I have registered a component into Backstage with the Backstage tech-docs in order to have enough data to embed into the model, however, when I ask something related to backstage the response is very naive, seems that is not taking into consideration the tech-docs data.
The embeddings table seems to have just data related to the Backstage components, I cannot see any reference to tech-docs data
IA Config
Am I missing something? Is the embedding of tech-docs implemented or is it something that I need to implement?
Beta Was this translation helpful? Give feedback.
All reactions