Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(whiskerag): import whiskerrag #762

Merged
merged 21 commits into from
Mar 4, 2025
Merged

feat(whiskerag): import whiskerrag #762

merged 21 commits into from
Mar 4, 2025

Conversation

ch-liuzhide
Copy link
Contributor

show repo knowledge list

whisker_rag_1.mp4

repo retraival
Kapture 2025-02-28 at 18 03 06

Copy link

vercel bot commented Feb 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
petercat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 4, 2025 10:15am

Copy link

Walkthrough

This PR introduces the integration of Whisker RAG services into the project, enabling the retrieval and management of repository knowledge. It includes updates to environment configurations, removal of deprecated task handling, and the addition of new components for knowledge management.

Changes

Files Summary
.github/workflows/aws-preview.yml, .github/workflows/aws-prod.yml Minor updates to AWS workflow configurations.
README.en-US.md, README.ja-JP.md, README.md Documentation updates to include new environment variables and configurations.
client/app/factory/edit/components/Knowledge.tsx, client/app/factory/edit/components/KnowledgeBtn.tsx Removed deprecated components related to knowledge management.
client/app/hooks/useBot.ts Removed unused hooks for RAG tasks.
client/app/hooks/useRAG.ts Introduced new hooks for managing RAG knowledge and tasks.
client/app/knowledge/chunk/page.tsx, client/app/knowledge/components/ChunkList.tsx, client/app/knowledge/components/Header.tsx, client/app/knowledge/components/KnowledgeList.tsx, client/app/knowledge/components/TaskButton.tsx, client/app/knowledge/components/TaskList.tsx, client/app/knowledge/page.tsx Added new components for displaying and managing knowledge chunks and tasks.
client/app/services/BotsController.ts Removed deprecated RAG task functions.
client/app/services/RAGController.ts Added new service functions for RAG knowledge and task management.
docker/Dockerfile.subscriber, subscriber/handler.py, subscriber/requirements.txt Removed deprecated subscriber components and dependencies.
petercat_utils/__init__.py, petercat_utils/data_class.py, petercat_utils/rag_helper/git_doc_task.py, petercat_utils/rag_helper/git_issue_task.py, petercat_utils/rag_helper/git_task.py, petercat_utils/rag_helper/github_file_loader.py, petercat_utils/rag_helper/retrieval.py, petercat_utils/rag_helper/task.py Removed deprecated RAG helper functions and classes.
server/agent/tools/knowledge.py Updated to use Whisker RAG client for knowledge retrieval.
server/auth/middleware.py Added new route to allowlist.
server/bot/builder.py Updated bot builder to use Whisker RAG client for knowledge management.
server/bot/router.py Updated bot creation to use new user model.
server/rag/router.py Refactored RAG routes to use Whisker RAG client.
server/requirements.txt Added Whisker RAG toolkit dependency.
server/task/router.py Refactored task routes to use new API structure.
template.yml Updated template to remove SQS configurations and add Whisker RAG configurations.

@ch-liuzhide ch-liuzhide changed the title feat(whiskerag): import whiskertag feat(whiskerag): import whiskerrag Mar 3, 2025
Copy link

codecov bot commented Mar 3, 2025

@ch-liuzhide ch-liuzhide merged commit 3fba735 into main Mar 4, 2025
4 of 5 checks passed
@ch-liuzhide ch-liuzhide deleted the whisker branch March 4, 2025 10:23
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