langchain
langchain copied to clipboard
🦜🔗 Build context-aware reasoning applications
Proof of concept only. Do not merge.
Hello, Could the `OpenAIEmbeddings` class support the other OpenAI embeddings, such as the text-similarity and code-search engines? Currently we can only specify the engine type (ada, babbage, curie, davinci) during...
To add tests
Some agents get stuck in looping behavior. Add a max iteration argument to avoid infinite while loops.
If you have a chain that involves agents and that could have a quantitative answer, have a query which allows you to run the chain N times and take some...
https://github.com/hwchase17/langchain/issues/354 Add support for running your own HF pipeline locally. This would allow you to get a lot more dynamic with what HF features and models you support since you...