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/tests/integration_tests
Hasegawa Yuya e08961ab25
Fixed openai embeddings to be safe by batching them based on token size calculation. (#991)
I modified the logic of the batch calculation for embedding according to
this cookbook

https://github.com/openai/openai-cookbook/blob/main/examples/Embedding_long_inputs.ipynb
2 years ago
..
chains Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 2 years ago
embeddings Fixed openai embeddings to be safe by batching them based on token size calculation. (#991) 2 years ago
examples Harrison/format agent instructions (#973) 2 years ago
llms Enable streaming for OpenAI LLM (#986) 2 years ago
vectorstores Support similarity search by vector (in FAISS) (#961) 2 years ago
__init__.py
test_googlesearch_api.py
test_googleserper_api.py Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 2 years ago
test_ngram_overlap_example_selector.py
test_nlp_text_splitters.py
test_pdf_pagesplitter.py Harrison/format agent instructions (#973) 2 years ago
test_serpapi.py
test_text_splitter.py
test_wolfram_alpha_api.py