New
0.12.2
What's Changed
- RecursiveCharacterTextSplitter by @TesAnti in https://github.com/tryAGI/LangChain/pull/36
- Web and pdf loaders by @khoroshevj in https://github.com/tryAGI/LangChain/pull/39
- TextLoader added by @TesAnti in https://github.com/tryAGI/LangChain/pull/40
- move providers abstractions to langchain.core and remove abstractions project by @khoroshevj in https://github.com/tryAGI/LangChain/pull/41
- BaseRetriever, VectorStore, VectorStoreRetriever and Chroma by @khoroshevj in https://github.com/tryAGI/LangChain/pull/42
- BaseCombineDocumentsChain and StuffDocumentsChain by @khoroshevj in https://github.com/tryAGI/LangChain/pull/43
- LLamaSharp integration by @TesAnti in https://github.com/tryAGI/LangChain/pull/44
- HuggingFace model downloader by @TesAnti in https://github.com/tryAGI/LangChain/pull/45
- updated LLamaSharp to 0.7, updated examples by @TesAnti in https://github.com/tryAGI/LangChain/pull/46
- LLamaSharp embeddings and test by @TesAnti in https://github.com/tryAGI/LangChain/pull/47
- retrievalqa implementation by @khoroshevj in https://github.com/tryAGI/LangChain/pull/48
- VectorStoreIndexCreator, error fixes, tweeking, Documents QnA test by @TesAnti in https://github.com/tryAGI/LangChain/pull/50