VectorChat $CHAT: 4/25-5/08 Dev Log
For front-end / new platform:
- Revised UI/UX design for Chat component
- Designed Search component
- Designed Recommendation component
- Designed Profile component
- Designed Settings modal
- Designed Chat Customization modal
- Began work on designing Character Creation Flow
For backend / legacy platform:
- Added image support to ‘Evolve’ page using OpenAI
- Added video support to ‘Evolve’ page with youtube api + w/ summary
- Added hybrid keyword search using BM25 sparse embeddings
- Minor styling + code restructuring of ‘Evolve’ page
- Fixed spacing, margin, and chat overflow issues
- Reverted back main card styling and started design implementation for auth migration
- LlaMa 3 testing on groq for lightning fast inference
- LlaMa 3 deployment migration to Anyscale
- Fixed LaTeX single dollar rendering issue
- Began work on recommendation + custom search algorithm