Modification util
ParsedFileType = TypeVar('ParsedFileType', ParsedCodeFile, ParsedTextFile)
module-attribute
qdrant_upsertables_from_parsed_code_file(parsed_code_file, user_clerk_id, store_location_threshold=1000)
Convert a parsed code file to qdrant payloads.
qdrant_upsertables_from_parsed_text_file(parsed_text_file, user_clerk_id, store_location_threshold=1000)
Convert a parsed text file to qdrant payloads.