langchain/tests/integration_tests
Liu Ming fa0a9e502a
Add LLM for ChatGLM(2)-6B API (#7774)
Description:
Add LLM for ChatGLM-6B & ChatGLM2-6B API

Related Issue: 
Will the langchain support ChatGLM? #4766
Add support for selfhost models like ChatGLM or transformer models #1780

Dependencies: 
No extra library install required. 
It wraps api call to a ChatGLM(2)-6B server(start with api.py), so api
endpoint is required to run.

Tag maintainer:  @mlot 

Any comments on this PR would be appreciated.
---------

Co-authored-by: mlot <limpo2000@gmail.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-07-17 07:27:17 -07:00
..
agent Add Multi-CSV/DF support in CSV and DataFrame Toolkits (#5009) 2023-05-25 14:23:11 -07:00
cache feat: add Momento as a standard cache and chat message history provider (#5221) 2023-05-25 19:13:21 -07:00
callbacks support adding custom metadata to runs (#7120) 2023-07-05 11:11:38 -07:00
chains codespell: workflow, config + some (quite a few) typos fixed (#6785) 2023-07-12 16:20:08 -04:00
chat_models Added support for examples for VertexAI chat models. (#7636) 2023-07-14 02:03:04 -04:00
document_loaders Integrate Rockset as a document loader (#7681) 2023-07-14 07:58:13 -07:00
embeddings Harrison/octo ml (#6897) 2023-06-28 23:04:11 -07:00
evaluation [Breaking] Update Evaluation Functionality (#7388) 2023-07-13 02:13:06 -07:00
examples feat: Add UnstructuredTSVLoader (#7367) 2023-07-10 03:07:10 -04:00
graphs Add HugeGraphQAChain to support gremlin generating chain (#7132) 2023-07-04 10:21:21 -06:00
llms Add LLM for ChatGLM(2)-6B API (#7774) 2023-07-17 07:27:17 -07:00
memory Harrison/split schema dir (#7025) 2023-07-01 13:39:19 -04:00
prompts Cleanup integration test dir (#3308) 2023-04-21 09:44:09 -07:00
retrievers [Small upgrade] Allow document limit in AzureCognitiveSearchRetriever (#7690) 2023-07-13 23:04:40 -04:00
smith/evaluation [Breaking] Update Evaluation Functionality (#7388) 2023-07-13 02:13:06 -07:00
utilities Harrison/dataforseo (#7214) 2023-07-05 16:02:02 -04:00
vectorstores Implement async API for Qdrant vector store (#7704) 2023-07-15 09:33:26 -04:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00
.env.example adding MongoDBAtlasVectorSearch (#5338) 2023-05-30 07:59:01 -07:00
conftest.py feat: improve pinecone tests (#2806) 2023-04-13 21:49:31 -07:00
test_document_transformers.py Add new types of document transformers (#7379) 2023-07-12 23:53:30 -04:00
test_kuzu.py Add KuzuQAChain (#6454) 2023-06-20 22:07:00 -07:00
test_nebulagraph.py Harrison/nebula graph (#5865) 2023-06-07 21:56:43 -07:00
test_nlp_text_splitters.py Add spacy sentencizer (#7442) 2023-07-10 02:52:05 -04:00
test_pdf_pagesplitter.py cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615) 2023-03-13 23:06:50 -07:00
test_schema.py Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
test_text_splitter.py chore: spedd up integration test by using smaller model (#6044) 2023-06-12 13:27:10 -07:00