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/libs/community/langchain_community/utilities
Rohan Aggarwal 8021d2a2ab
community[minor]: Oraclevs integration (#21123)
Thank you for contributing to LangChain!

- Oracle AI Vector Search 
Oracle AI Vector Search is designed for Artificial Intelligence (AI)
workloads that allows you to query data based on semantics, rather than
keywords. One of the biggest benefit of Oracle AI Vector Search is that
semantic search on unstructured data can be combined with relational
search on business data in one single system. This is not only powerful
but also significantly more effective because you don't need to add a
specialized vector database, eliminating the pain of data fragmentation
between multiple systems.


- Oracle AI Vector Search is designed for Artificial Intelligence (AI)
workloads that allows you to query data based on semantics, rather than
keywords. One of the biggest benefit of Oracle AI Vector Search is that
semantic search on unstructured data can be combined with relational
search on business data in one single system. This is not only powerful
but also significantly more effective because you don't need to add a
specialized vector database, eliminating the pain of data fragmentation
between multiple systems.
This Pull Requests Adds the following functionalities
Oracle AI Vector Search : Vector Store
Oracle AI Vector Search : Document Loader
Oracle AI Vector Search : Document Splitter
Oracle AI Vector Search : Summary
Oracle AI Vector Search : Oracle Embeddings


- We have added unit tests and have our own local unit test suite which
verifies all the code is correct. We have made sure to add guides for
each of the components and one end to end guide that shows how the
entire thing runs.


- We have made sure that make format and make lint run clean.

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, hwchase17.

---------

Co-authored-by: skmishraoracle <shailendra.mishra@oracle.com>
Co-authored-by: hroyofc <harichandan.roy@oracle.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
5 months ago
..
__init__.py community[minor]: Oraclevs integration (#21123) 5 months ago
alpha_vantage.py community[minor]: Add Alpha Vantage API Tool (#14332) 6 months ago
anthropic.py
apify.py
arcee.py
arxiv.py community[patch]: Skip unexpected 404 HTTP Error in Arxiv download (#21042) 5 months ago
astradb.py community[patch]: docstrings update (#20301) 5 months ago
awslambda.py
bibtex.py
bing_search.py Fix: fix Bing Search empty result exception, fix #15384 (#15387) 9 months ago
brave_search.py infra: add -p to mkdir in lint steps (#17013) 8 months ago
cassandra.py docs: community docstring updates (#21040) 5 months ago
cassandra_database.py community[patch]: Refactor CassandraDatabase wrapper (#21075) 5 months ago
clickup.py docs: community docstring updates (#21040) 5 months ago
dalle_image_generator.py
dataforseo_api_search.py
dataherald.py community[minor]: Add Datahareld tool (#19680) 5 months ago
dria_index.py community[minor]: Add Dria retriever (#17098) 6 months ago
duckduckgo_search.py
github.py docs: remove repetitive words (#21058) 5 months ago
gitlab.py GITLAB_URL should take default https://gitlab.com instead of error (#14638) 9 months ago
golden_query.py
google_finance.py docs: docstrings `langchain_community` update (#14889) 9 months ago
google_jobs.py docs: docstrings `langchain_community` update (#14889) 9 months ago
google_lens.py community[patch]: Fix for github issue #17690 (#20117) 5 months ago
google_places_api.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 5 months ago
google_scholar.py
google_search.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 5 months ago
google_serper.py
google_trends.py community: Handling missing key in Google Trends API response. (#15864) 8 months ago
graphql.py community[patch]: Allow override of 'fetch_schema_from_transport' in the GraphQL tool (#17649) 7 months ago
infobip.py community[minor]: Infobip tool integration (#16805) 6 months ago
jira.py
max_compute.py
merriam_webster.py
metaphor_search.py
mojeek_search.py community[minor]: add mojeek search util (#20922) 5 months ago
nasa.py docs: docstrings `langchain_community` update (#14889) 9 months ago
nvidia_riva.py community[patch]: flattening imports 3 (#18939) 6 months ago
opaqueprompts.py
openapi.py
openweathermap.py
oracleai.py community[minor]: Oraclevs integration (#21123) 5 months ago
outline.py
passio_nutrition_ai.py docs: community docstring updates (#21040) 5 months ago
pebblo.py docs: community docstring updates (#21040) 5 months ago
polygon.py community: Add PolygonAggregates tool (#18882) 6 months ago
portkey.py
powerbi.py docs: community docstring updates (#21040) 5 months ago
pubmed.py infra: add print rule to ruff (#16221) 8 months ago
python.py
reddit_search.py
redis.py
rememberizer.py community[minor]: Rememberizer retriever (#20052) 5 months ago
requests.py community[patch]: Fix GenericRequestsWrapper _aget_resp_content must be async (#18065) 7 months ago
scenexplain.py
searchapi.py
searx_search.py infra: add print rule to ruff (#16221) 8 months ago
semanticscholar.py community: Semanticscholar tool to search 200M+ scientific articles (#15151) 9 months ago
serpapi.py community[minor]: import fix (#20995) 5 months ago
spark_sql.py community[minor]: import fix (#20995) 5 months ago
sql_database.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 5 months ago
stackexchange.py
steam.py
tavily_search.py Community[patch]use secret str in Tavily and HuggingFaceInferenceEmbeddings (#16109) 8 months ago
tensorflow_datasets.py
twilio.py
vertexai.py community[patch]: docstrings update (#20301) 5 months ago
wikidata.py community: Wikidata tool support (#16691) 8 months ago
wikipedia.py community[minor]: Implement lazy_load() for WikipediaLoader (#18680) 7 months ago
wolfram_alpha.py
you.py community[patch]: docstrings update (#20301) 5 months ago
zapier.py