Skip to content

Commit

Permalink
langchain-weaviate: Remove outdated docs (#28058)
Browse files Browse the repository at this point in the history
Thank you for contributing to LangChain!

- [x] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core, etc. is
being modified. Use "docs: ..." for purely docs changes, "infra: ..."
for CI changes.
  - Example: "community: add foobar LLM"


Docs on how to do hybrid search with weaviate is covered
[here](https://python.langchain.com/docs/integrations/vectorstores/weaviate/)

@efriis

---------

Co-authored-by: pookam90 <[email protected]>
Co-authored-by: Pooja Kamath <[email protected]>
Co-authored-by: Erick Friis <[email protected]>
  • Loading branch information
4 people authored Dec 10, 2024
1 parent ef2f875 commit d0e9597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 297 deletions.
297 changes: 0 additions & 297 deletions docs/docs/integrations/retrievers/weaviate-hybrid.ipynb

This file was deleted.

4 changes: 4 additions & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
{
"source": "/docs/contributing/:path((?:faq|repo_structure|review_process)/?)",
"destination": "/docs/contributing/reference/:path"
},
{
"source": "/docs/integrations/retrievers/weaviate-hybrid(/?)",
"destination": "/docs/integrations/vectorstores/weaviate/#search-mechanism"
}
]
}

0 comments on commit d0e9597

Please sign in to comment.