smol-ai / developer

the first library to let you embed a developer agent in your own app!
https://twitter.com/SmolModels
MIT License
11.81k stars 1.03k forks source link

How to incorporate data from a vactor db? #54

Open d3287t328 opened 1 year ago

d3287t328 commented 1 year ago

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?

d3287t328 commented 1 year ago

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.