Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-danswer committed Dec 2, 2024
1 parent 3f34655 commit db4c723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/danswer/connectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Connectors come in 3 different flows:
without needing to fetch/embed/index every document which would be too slow to do frequently on large sets of
documents.
- Slim Connector:
- The purpose of this connector is to be a lighter weight method of checking all documents in the source to see if they still exist.
- This connector should be a lighter weight method of checking all documents in the source to see if they still exist.
- This connector should be identical to the Poll or Load Connector except that it only fetches the IDs of the documents, not the documents themselves.
- This is used for our pruning job that removes old documents from the index.
- This is used by our pruning job which removes old documents from the index.
- The optional start and end datetimes can be ignored.
- Event Based connectors:
- Connectors that listen to events and update documents accordingly.
Expand Down

0 comments on commit db4c723

Please sign in to comment.