langchain icon indicating copy to clipboard operation
langchain copied to clipboard

🦜🔗 Build context-aware reasoning applications

Results 3879 langchain issues
Sort by recently updated
recently updated
newest added

We need an analogous structure to LengthBasedExampleSelector but for Memory. MemorySelector? This would provide an interface which would allow some mutation of the Memory if max context window is reached...

memory

Hey, I'm looking to create an open-source tool that can be used to have conversations about pricing out different cloud services. Does anyone want to help out? or does anyone...

applications

right now, agents only take in a single string. would be nice to let them take in multiple arguments.

agent

https://cut-hardhat-23a.notion.site/code-for-webGPT-44485e5c97bd403ba4e1c2d5197af71d ``` from serpapi import GoogleSearch import requests import openai import logging import sys, os openai.api_key = "YOUR OPEN_AI API KEY" headers = {'Cache-Control': 'no-cache', 'Content-Type': 'application/json'} params = {'token':...

applications

https://github.com/acheong08/ChatGPT or others

would be cool to do a demo with clustering on the embeddings classes to cluster similar documents / document chunks