developer
developer copied to clipboard
How to incorporate data from a vactor db?
I want to generate code based on text files and git repos so that the script knows to build its responses for code generation using the included index/embeddings for reference. How could I add support for this in this project?
This is what I want to add support for: https://python.langchain.com/en/latest/modules/chains/index_examples/vector_db_text_generation.html referencing a few git repos before sending a request to the LLM.