You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain
Lance Martin f3e7ac0a2c
Add load() to snowflake loader (#5956)
Quick fix for recently added [snowflake data
loader](https://github.com/hwchase17/langchain/pull/5825/files).
1 year ago
..
agents feat: issue-5712 add sleep tool (#5715) 1 year ago
callbacks Use LCP Client in Tracer (#5908) 1 year ago
chains fix: update qa_chain doc for "chai_type" (#5877) 1 year ago
chat_models Fix openai proxy error (#5914) 1 year ago
client Use client from LCP-SDK (#5695) 1 year ago
docstore changed ValueError to ImportError (#5006) 1 year ago
document_loaders Add load() to snowflake loader (#5956) 1 year ago
embeddings Fix openai proxy error (#5914) 1 year ago
evaluation Update run eval imports in init (#5858) 1 year ago
experimental Add in the async methods and link the run id (#5810) 1 year ago
graphs Harrison/nebula graph (#5865) 1 year ago
indexes Create async copy of from_text() inside GraphIndexCreator. (#5214) 1 year ago
llms Fix the issue where the parameters passed to VertexAI ignored #5889 (#5891) 1 year ago
memory Add support for the endpoint URL in DynamoDBChatMesasgeHistory (#5836) 1 year ago
output_parsers added support for different types in ResponseSchema class (#5789) 1 year ago
prompts Harrison/pipeline prompt (#5540) 1 year ago
retrievers Feature/add AWS Kendra Index Retriever (#5856) 1 year ago
tools Add logging in PBI tool (#5841) 1 year ago
utilities Fix the issue where the parameters passed to VertexAI ignored #5889 (#5891) 1 year ago
vectorstores Expose full params in Qdrant (#5947) 1 year ago
__init__.py console callback verbose (#4696) 1 year ago
base_language.py Add async versions of predict() and predict_messages() (#4867) 1 year ago
cache.py feat: add Momento as a standard cache and chat message history provider (#5221) 1 year ago
docker-compose.yaml Update docker-compose.yaml (#3582) 1 year ago
document_transformers.py Contextual compression retriever (#2915) 1 year ago
env.py Use LCP Client in Tracer (#5908) 1 year ago
example_generator.py Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
formatting.py Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
input.py FileCallbackHandler (#5589) 1 year ago
math_utils.py add get_top_k_cosine_similarity method to get max top k score and index (#5059) 1 year ago
model_laboratory.py Harrison/improve cache (#368) 2 years ago
py.typed Add py.typed marker to package (#121) 2 years ago
python.py Move PythonRepl -> langchain.utilities (#2917) 1 year ago
requests.py fixed aiohttp.client_exceptions.ClientConnectionError: Connection closed (#2718) 1 year ago
schema.py support returning run info for llms, chat models and chains (#5666) 1 year ago
serpapi.py move serpapi wrapper (#1199) 2 years ago
server.py Update Tracing Walkthrough (#4760) 1 year ago
sql_database.py Revise DATABRICKS_API_TOKEN as DATABRICKS_TOKEN (#5796) 1 year ago
text_splitter.py Add start index to metadata in TextSplitter (#5912) 1 year ago
utils.py feat(integrations): Add WandbTracer (#4521) 1 year ago