Skip to content

Conversation

@samcraftt
Copy link
Collaborator

  • AI-generated descriptions of the frontend client's files and components and also server_api/main.py serve as the knowledge base for the rag chatbot
  • Used FAISS to vectorize these files and they're stored locally (server_api/chatbot/faiss_index)
  • Also moved a the function process_path from server_api/main.py to a shared utils.py file since it's now used in two files (the new chatbot.py file)

@samcraftt samcraftt requested a review from akgohain November 7, 2025 14:48
@samcraftt samcraftt self-assigned this Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants