Skip to content

Commit

Permalink
Add Supported Loader(SharePointLoader) and Vector Database(Postgres P…
Browse files Browse the repository at this point in the history
…GVector) (#404)
  • Loading branch information
Raj725 authored Jul 12, 2024
1 parent 14d7421 commit 547b747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/gh_pages/docs/rag.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ The following Langchain DocumentLoaders are currently supported.
1. GoogleDriveLoader
1. PyPDFDirectoryLoader
1. PyPDFLoader
1. SharePointLoader

> Note <sup>1</sup>: _Most other Langchain document loaders that implement load() and lazy_load() methods should work. The above list indicates the ones that are explicitly tested. If you have successfully tested a particular DocumentLoader other than this list above, please consider raising an PR._
1 change: 1 addition & 0 deletions docs/gh_pages/docs/retrieval_chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ databases.

1. Qdrant
1. Pinecone
1. Postgres(utilizing the pgvector extension)

**Load vector database with authorization information in metadata:**

Expand Down

0 comments on commit 547b747

Please sign in to comment.