langchain icon indicating copy to clipboard operation
langchain copied to clipboard

🦜🔗 Build context-aware reasoning applications

Results 3879 langchain issues
Sort by recently updated
recently updated
newest added

Currently only done for OpenAI, but should be done for all

llms

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...

https://github.com/yangkevin2/emnlp22-re3-story-generation

applications

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...