langchain/langchain
Shukri 58e95cd11e
Better docs for weaviate hybrid search (#5290)
# Better docs for weaviate hybrid search

<!--
Thank you for contributing to LangChain! Your PR will appear in our next
release under the title you set. Please make sure it highlights your
valuable contribution.

Replace this with a description of the change, the issue it fixes (if
applicable), and relevant context. List any dependencies required for
this change.

After you're done, someone will review your PR. They may suggest
improvements. If no one reviews your PR within a few days, feel free to
@-mention the same people again, as notifications can get lost.
-->

<!-- Remove if not applicable -->

Fixes: NA

## Before submitting

<!-- If you're adding a new integration, include an integration test and
an example notebook showing its use! -->

## Who can review?

Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:

<!-- For a quicker response, figure out the right person to tag with @

        @hwchase17 - project lead

        Tracing / Callbacks
        - @agola11

        Async
        - @agola11

        DataLoaders
        - @eyurtsev

        Models
        - @hwchase17
        - @agola11

        Agents / Tools / Toolkits
        - @vowelparrot
        
        VectorStores / Retrievers / Memory
        - @dev2049
        
 -->
@dev2049
2023-05-26 09:30:41 -07:00
..
agents Tedma4/twilio tool (#5136) 2023-05-25 19:19:22 -07:00
callbacks Log warning (#5192) 2023-05-24 21:05:13 +00:00
chains Add an example to make the prompt more robust (#5291) 2023-05-26 09:32:35 -04:00
chat_models OpenAI lint (#5273) 2023-05-25 16:20:06 -07:00
cli Add 'status' command to get server status (#5197) 2023-05-24 21:43:16 +00:00
client Add Delete Session Method (#5193) 2023-05-24 21:06:03 +00:00
docstore changed ValueError to ImportError (#5006) 2023-05-19 15:28:08 -07:00
document_loaders Fixed regression in JoplinLoader's get note url (#5265) 2023-05-25 13:10:10 -07:00
embeddings OpenAI lint (#5273) 2023-05-25 16:20:06 -07:00
evaluation
experimental Improve PlanningOutputParser whitespace handling (#5143) 2023-05-23 12:47:26 -07:00
graphs changed ValueError to ImportError (#5103) 2023-05-22 15:24:45 -07:00
indexes Create async copy of from_text() inside GraphIndexCreator. (#5214) 2023-05-24 21:54:12 -07:00
llms Fixed passing creds to VertexAI LLM (#5297) 2023-05-26 08:31:02 -07:00
memory feat: add Momento as a standard cache and chat message history provider (#5221) 2023-05-25 19:13:21 -07:00
output_parsers Fix typo in docstring of RetryWithErrorOutputParser (#5244) 2023-05-25 09:59:31 -04:00
prompts fix prompt saving (#4987) 2023-05-20 08:21:52 -07:00
retrievers Better docs for weaviate hybrid search (#5290) 2023-05-26 09:30:41 -07:00
tools Add visible_only and strict_mode options to ClickTool (#4088) 2023-05-25 14:10:39 -07:00
utilities Tedma4/twilio tool (#5136) 2023-05-25 19:19:22 -07:00
vectorstores OpenSearch top k parameter fix (#5216) 2023-05-25 09:51:23 -07:00
__init__.py
base_language.py Add async versions of predict() and predict_messages() (#4867) 2023-05-23 17:22:49 -07:00
cache.py feat: add Momento as a standard cache and chat message history provider (#5221) 2023-05-25 19:13:21 -07:00
docker-compose.yaml
document_transformers.py
env.py
example_generator.py
formatting.py
input.py
math_utils.py add get_top_k_cosine_similarity method to get max top k score and index (#5059) 2023-05-22 11:55:48 -07:00
model_laboratory.py
py.typed
python.py
requests.py
schema.py Improving Resilience of MRKL Agent (#5014) 2023-05-22 11:08:08 -07:00
serpapi.py
server.py
sql_database.py Support bigquery dialect - SQL (#5261) 2023-05-25 18:19:17 -07:00
text_splitter.py Improve effeciency of TextSplitter.split_documents, iterate once (#5111) 2023-05-22 23:00:24 -04:00
utils.py