aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/chatbot/utils
AgeCommit message (Collapse)Author
2025-07-22adjusted agent to include UI control toolsharkiecodes
2025-07-22Completed agent functionality - recognition of all documents on canvassharkiecodes
2025-07-03fixed creating docs with ai tool to allow options to be specified.bobzel
2025-07-02Implementing replacement of GPTPopupsharkiecodes
2025-07-01reverted chat send to use dash component Button, and dictation to use ↵bobzel
Toggle. Reverted Dropdown to use trigger of CLICK (hover doesn't work well). got rid of currentuserutil button references in infoUI & replaced with info-specific button descriptions. fixed up a bunch of lint/typing errors
2025-05-21Added codebase search and retrieval to VectorstoreA.J. Shulman
Summary indexing: Added functionality to embed and index file summaries from file_summaries.json in Pinecone Vector search: Implemented semantic search to find the top 5 most relevant files for a query Content retrieval: Added method to fetch full file content from file_content.json API endpoints: /getFileSummaries - Retrieves all file summaries /getFileContent - Fetches file content by path /getRawFileContent - Returns content as plain text to avoid JSON parsing errors Error handling: Added comprehensive error handling and debugging throughout Initialization: Implemented proper async initialization sequence with verification Performance: Added streaming for large files to improve memory efficiency Testing: Added automated test queries to validate functionality
2025-05-12even betterA.J. Shulman
2025-05-12workign betterA.J. Shulman
2025-05-11cleaned up unused functions and also made available documents area json.A.J. Shulman
2025-05-11Made sure if there was no chunk in a document, that it would still revert ↵A.J. Shulman
back to using the chunkid as a documentID
2025-05-11chanegd everything to be more consistentA.J. Shulman
- made both web related tools use doc manager and chunk Ids
2025-05-11Made it so chunk Ids are seperately managed and made sure the doc id is ↵A.J. Shulman
sonsistent and not created in python spawn
2025-05-11old screenshot?A.J. Shulman
2025-05-09fix: making sure the assitant docuemnt manager persistsA.J. Shulman
2025-05-08fix: fixed getDocumentMetadata to actually work correctly for getting all ↵A.J. Shulman
documents.
2025-04-27improved consistency across doc types and parsingA.J. Shulman
2025-04-27new attempt with new citation unificationA.J. Shulman
2025-04-24attempt at linking docs but listing metadata doesn't workA.J. Shulman
2025-04-24Linking docs now works with visible docsA.J. Shulman