Refactor/modern fastapi nextjs architecture#4
Merged
Conversation
- Updated .env to use SQLite instead of PostgreSQL for development - Fixed PyJWT/python-jose compatibility in security.py - Simplified summarizer.py to remove spaCy dependencies temporarily - Updated requirements.txt with compatible versions - Both frontend and backend now running successfully Backend: http://localhost:12000 (FastAPI + SQLite) Frontend: http://localhost:12001 (Next.js 14) External URLs: work-1/work-2.prod-runtime.all-hands.dev
- Successfully resolved spaCy/Pydantic v2 compatibility issues - Upgraded spaCy from 3.8.2 to 3.8.7 with proper dependency management - Implemented intelligent fallback system for spaCy functionality - Enhanced text processing with spaCy's advanced NLP features: - Better sentence segmentation using spaCy's sentence boundary detection - Improved word extraction with POS tagging (NOUN, VERB, ADJ, ADV) - Lemmatization for better word normalization - Advanced stop word filtering - Added graceful degradation to NLTK/regex-based processing when spaCy unavailable - Improved summarization quality with spaCy-based extractive summarization - Enhanced chunking for transformer models using spaCy sentence splitting - All API endpoints now benefit from improved NLP processing - Maintained backward compatibility with fallback methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.