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
Duncan Brown 9b78bb7393
Fix a typo in the SQL agent prompt prefix (#2552)
Fix the grammar in this sentence, and remove the redundant "few"

"only ask for a the few relevant columns" -> "only ask for the relevant
columns"
1 year ago
..
agents Fix a typo in the SQL agent prompt prefix (#2552) 1 year ago
callbacks Removed duplicate BaseModel dependencies (#2471) 1 year ago
chains Harrison/allow org none (#2527) 1 year ago
chat_models fix: token counting for chat openai. (#2543) 1 year ago
docstore Harrison/retrieval code (#1916) 1 year ago
document_loaders Gitbook enhancements (#2279) 1 year ago
embeddings Harrison/allow org none (#2527) 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 Harrison/allow org none (#2527) 1 year ago
memory Harrison/entity store (#2525) 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 feat: add pytest-vcr for recording HTTP interactions in integration tests (#2445) 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