Commit History

Update Hugging Face README
765d69e
Running

github-actions[bot] commited on

feat: enhance API documentation with detailed endpoint descriptions and usage examples
4bf6c32

Jatin Mehra commited on

feat: add Flask UI with configuration and run script
431214c

Jatin Mehra commited on

Update structure
35d0c2c
unverified

Jatin Mehra commited on

docs: update MiniDoc and README.md for improved clarity and feature descriptions
d32bdc1

jatinmehra commited on

feat: update Dockerfile to define default database path and initialize database file
46e25d2

jatinmehra commited on

fix: add missing comma in dependencies list in pyproject.toml
6794844

jatinmehra commited on

feat: enhance Dockerfile and database setup for SQLite support
483610e

jatinmehra commited on

feat: implement user authentication and chat history management with SQLAlchemy
5610ef5

jatinmehra commited on

fix: update workflow to temporarily replace README.md for Hugging Face and commit changes
ba58f89

jatinmehra commited on

feat: add README_hf.md and update workflow to prepare README for Hugging Face
5ba2999

jatinmehra commited on

Add App link
3878b6f
unverified

Jatin Mehra commited on

fix: rename job in GitHub Actions workflow to clarify pushing to Hugging Face Space
102f03b

jatinmehra commited on

fix: add HF_USERNAME to GitHub Actions workflow for pushing to Hugging Face
5dc3d64

jatinmehra commited on

fix: update remote URL in GitHub Actions workflow for pushing to Hugging Face
7b9f064

jatinmehra commited on

fix: update GitHub Actions workflow to include HF_USERNAME and adjust remote URL configuration
c07916d

jatinmehra commited on

fix: update HF authentication method
3d58595

jatinmehra commited on

Rename GitHub Actions workflow and update configuration for syncing to Hugging Face Space
421351e

jatinmehra commited on

Refactor GitHub Actions workflow for pushing to Hugging Face with updated configuration
b42bc6f

jatinmehra commited on

Add GitHub Actions workflow to push to Hugging Face on main branch
9dc8162

jatinmehra commited on

Update README.md and pyproject.toml to reflect LLM capabilities and broaden intended audience
8d4d720

jatinmehra commited on

Add Dockerfile and .dockerignore for CrawlGPT project setup
cd8b432

jatinmehra commited on

Add demo video
4a3438f
unverified

Jatin Mehra commited on

Set up home page configuration for CrawlGPT Streamlit app
4e1be1b

jatinmehra commited on

Update pyproject.toml to specify Python 3.12 and add OLLAMA_API_TOKEN to .env file creation
b682b48

jatinmehra commited on

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

Add unit tests for LLMBasedCrawler and VectorDatabase; implement SummaryGenerator and DatabaseHandler
5a34799

jatinmehra commited on