Spaces:
Running
Running
Commit History
Rename GitHub Actions workflow and update configuration for syncing to Hugging Face Space
421351e
Refactor GitHub Actions workflow for pushing to Hugging Face with updated configuration
b42bc6f
Add GitHub Actions workflow to push to Hugging Face on main branch
9dc8162
Update README.md and pyproject.toml to reflect LLM capabilities and broaden intended audience
8d4d720
Add Dockerfile and .dockerignore for CrawlGPT project setup
cd8b432
Add demo video
4a3438f
unverified
Jatin Mehra
commited on
Set up home page configuration for CrawlGPT Streamlit app
4e1be1b
Update pyproject.toml to specify Python 3.12 and add OLLAMA_API_TOKEN to .env file creation
b682b48
Create README.md
5143d98
unverified
Jatin Mehra
commited on
Update MiniDoc
482c230
unverified
Jatin Mehra
commited on
Add initial documentation for CrawlGPT, outlining project structure, core components, UI features, utilities, testing, configuration, and dependencies
65faf21
Jatin Mehra
commited on
Add pytest configuration and restructure test files; move tests to core directory and update imports
5b02b7b
Jatin Mehra
commited on
Enhance test coverage for database interactions; add data simulation in tests and improve documentation in chat app files
bb32843
Jatin Mehra
commited on
Remove logging configuration and debug statements from chat_app.py; streamline error handling
8e420d6
Jatin Mehra
commited on
Increase max_tokens limit in Model; add requirements.txt for dependencies; implement helper functions for state management and validation
7f49e7a
Jatin Mehra
commited on
Will refactor the code for better maintainability later...
7e7c741
Jatin Mehra
commited on
Refactor codebase to improve documentation and remove unused imports; enhance classes with detailed docstrings for better clarity and usability
638b9bc
Jatin Mehra
commited on
Add Streamlit chat interface for CrawlGPT; implement URL processing, model configuration, and metrics display
14a3c08
Jatin Mehra
commited on
Refactor Metrics class to use constructor and from_dict method; enhance state import/export functionality in Model and chat UI{Not Tested} Last Commit Today probably
809aa75
Jatin Mehra
commited on
Add state import/export methods to VectorDatabase and Model; enhance chat UI for RAG type selection
207bed4
Jatin Mehra
commited on
Add utility modules for data management, progress tracking, content validation, and monitoring
c385238
Jatin Mehra
commited on
Refactor integration tests to use IsolatedAsyncioTestCase; enhance mocking and debugging output for better traceability
38b8118
Jatin Mehra
commited on
Add integration and unit tests for LLMBasedCrawler and VectorDatabase; enhance test coverage for summarization{Not COMPLETED YET}
e0cea98
Jatin Mehra
commited on