Skip to main content

mark_indexed

Method
This is a method of the FileTracker class in the indexing module.
Mark file as indexed.

Signature

Parameters

str
required
Path to file
Dict[str, Any]
required
File info from get_file_info()
Optional
Optional list of vector-store memory IDs produced for this file, so a later re-index can delete stale chunks before re-adding.

Source

View on GitHub

praisonaiagents/knowledge/indexing.py at line 370