langchain/libs
Christophe Bornet a9457d269e
core: Add async methods to BaseExampleSelector and SemanticSimilarityExampleSelector (#19399)
Few-Shot prompt template may use a `SemanticSimilarityExampleSelector`
that in turn uses a `VectorStore` that does I/O operations.
So to work correctly on the event loop, we need:
* async methods for the `VectorStore` (OK)
* async methods for the `SemanticSimilarityExampleSelector` (this PR)
* async methods for `BasePromptTemplate` and `BaseChatPromptTemplate`
(future work)
2024-03-26 10:06:43 -04:00
..
cli cli[patch]: Fix Tuple typing problem when create new langchain app (#19141) 2024-03-26 01:09:51 +00:00
community community[patch]: Fixing some caching issues for AzureCosmosDBSemanticCache (#18884) 2024-03-25 19:06:17 -07:00
core core: Add async methods to BaseExampleSelector and SemanticSimilarityExampleSelector (#19399) 2024-03-26 10:06:43 -04:00
experimental experimental[patch]: Release 0.0.55 (#19353) 2024-03-20 13:06:39 -07:00
langchain langchain[major]: Use InMemoryVectorStore by default in VectorstoreIndexCreator (#19575) 2024-03-26 10:01:23 -04:00
partners docs: added partners/package-name folders (#19290) 2024-03-26 02:16:59 +00:00
text-splitters splitters: Add ensure_ascii parameter (#18485) 2024-03-19 12:51:16 -07:00