langchain
langchain copied to clipboard
🦜🔗 Build context-aware reasoning applications
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...
This will allow the LLMs to hold on to previous commands.
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...
right now, agents only take in a single string. would be nice to let them take in multiple arguments.
closes #87
WebGPT
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':...
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