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
blob42 14d0e0ee41 fix: ReadTheDocs loader main content filter 1 year ago
..
agents Fix a typo in the SQL agent prompt prefix (#2552) 1 year ago
callbacks Add AsyncIteratorCallbackHandler (#2329) 1 year ago
chains use openai_organization as argument (#2566) 1 year ago
chat_models fix temperature parameter not used in chat models (#2558) 1 year ago
docstore Harrison/retrieval code (#1916) 1 year ago
document_loaders fix: ReadTheDocs loader main content filter 1 year ago
embeddings use openai_organization as argument (#2566) 1 year ago
evaluation Adding an in-context QA evaluation chain + chain of thought reasoning chain for improved accuracy (#2444) 1 year ago
graphs Harrison/gml save (#1676) 1 year ago
indexes Fix typo in VectorStoreIndexWrapper method (#1922) 1 year ago
llms RWKV: do not propagate model_state between calls (#2565) 1 year ago
memory Harrison/motorhead (#2599) 1 year ago
output_parsers Removed duplicate BaseModel dependencies (#2471) 1 year ago
prompts Removed duplicate BaseModel dependencies (#2471) 1 year ago
retrievers Harrison/weaviate retriever (#2524) 1 year ago
tools Add Request body (#2507) 1 year ago
utilities Feature: AgentExecutor execution time limit (#2399) 1 year ago
vectorstores #2595 ChromaDB: Add ability to adjust metadata for indexes upon creating co… (#2597) 1 year ago
__init__.py Harrison/llama (#2314) 1 year ago
cache.py Avoid IntegrityError for SQLiteCache updates (#1286) 1 year ago
docker-compose.yaml add tracing support to langchain (#741) 1 year ago
example_generator.py Harrison/improve cache (#368) 1 year ago
formatting.py initial commit 2 years ago
input.py Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 1 year ago
model_laboratory.py Harrison/improve cache (#368) 1 year ago
py.typed Add py.typed marker to package (#121) 2 years ago
python.py Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150) 1 year ago
requests.py Fix requests wrapper refactor (#2417) 1 year ago
schema.py supported async retriever (#2149) 1 year ago
serpapi.py move serpapi wrapper (#1199) 1 year ago
server.py add tracing support to langchain (#741) 1 year ago
sql_database.py Harrison/table index (#2526) 1 year ago
text_splitter.py Harrison/latex splitter (#1738) 1 year ago
utils.py Harrison/bing wrapper (#656) 1 year ago