Hey @Logan M, I have a bunch of English explanations of our code base and instead of storing the embeddings of the code base itself, I store the English explanation of the code and embed that. At the same time I store the code snippets as metadata in the Document under the metadata key called “code”. My question: how do I retrieve the corresponding code snippets in that metadata along with the explanation text during retrieval and context setting during synthesizing LLM prompt? Thanks !
Thanks @Logan M I’m not seeing it for some reason. How would you debug and print out all the calls ? The global set handler “simple” is not outputting anything for me.