You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is a system made up of to scripts, the tagger script gives a document a category and then uploads it to the cloud, it then uses AI to summaries the text in doc, creates embeds for use in vector search and uploads this info into a mongo collection. the second script is a vector search system used to search through the uploaded documents.