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
Daniel Chalef 27cdf8d675
supabase vectorstore - first cut (#3100)
First cut of a supabase vectorstore loosely patterned on the langchainjs
equivalent. Doesn't support async operations which is a limitation of
the supabase python client.

---------

Co-authored-by: Daniel Chalef <daniel.chalef@private.org>
1 year ago
..
agents Harrison/arxiv tool (#3186) 1 year ago
callbacks
chains Add new line to refine prompt tmpl (#3197) 1 year ago
chat_models
docstore
document_loaders Harrison/discord loader (#3200) 1 year ago
embeddings fix: separate model and deployment for OpenAIEmbeddings (#3076) 1 year ago
evaluation
experimental agent docs fixes (#3128) 1 year ago
graphs
indexes
llms Add allowed and disallowed special arguments to BaseOpenAI (#3012) 1 year ago
memory Harrison/file chat history (#3198) 1 year ago
output_parsers
prompts Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
retrievers Harrison/svm speedup (#3195) 1 year ago
tools Harrison/arxiv tool (#3186) 1 year ago
utilities Harrison/arxiv tool (#3186) 1 year ago
vectorstores supabase vectorstore - first cut (#3100) 1 year ago
__init__.py Harrison/arxiv tool (#3186) 1 year ago
cache.py
docker-compose.yaml
example_generator.py
formatting.py Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
input.py
model_laboratory.py
py.typed
python.py
requests.py
schema.py Add document transformer abstraction (#3182) 1 year ago
serpapi.py
server.py
sql_database.py
text_splitter.py Add document transformer abstraction (#3182) 1 year ago
utils.py