mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 18:19:08 +00:00
Update README.md
This commit is contained in:
parent
37f11b1521
commit
61a9ceb7a0
1 changed files with 24 additions and 7 deletions
31
README.md
31
README.md
|
@ -1,11 +1,12 @@
|
|||
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
# SurfSense
|
||||
While tools like NotebookLM and Perplexity are impressive and highly effective for conducting research on any topic, SurfSense elevates this capability by integrating with your personal knowledge base. It is a highly customizable AI research agent, connected to external sources such as search engines (Tavily), Slack, Notion, and more to come.
|
||||
While tools like NotebookLM and Perplexity are impressive and highly effective for conducting research on any topic/query, SurfSense elevates this capability by integrating with your personal knowledge base. It is a highly customizable AI research agent, connected to external sources such as search engines (Tavily), Slack, Notion, YouTube, GitHub and more to come.
|
||||
|
||||
|
||||
# Video
|
||||
|
@ -45,6 +46,7 @@ Open source and easy to deploy locally.
|
|||
- Slack
|
||||
- Notion
|
||||
- Youtube Videos
|
||||
- GitHub
|
||||
- and more to come.....
|
||||
|
||||
#### 🔖 Cross Browser Extension
|
||||
|
@ -150,6 +152,20 @@ For local frontend setup just fill out the `.env` file of frontend.
|
|||
|
||||
You should see your Next.js frontend running at `localhost:3000`
|
||||
|
||||
#### Some FrontEnd Screens
|
||||
|
||||
**Search Spaces**
|
||||
|
||||

|
||||
|
||||
**Research Agent**
|
||||
|
||||

|
||||
|
||||
|
||||
**Agent Chat**
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
|
@ -193,12 +209,15 @@ After filling in your SurfSense API key you should be able to use extension now.
|
|||
### **BackEnd**
|
||||
|
||||
- **FastAPI**: Modern, fast web framework for building APIs with Python
|
||||
|
||||
|
||||
- **PostgreSQL with pgvector**: Database with vector search capabilities for similarity searches
|
||||
|
||||
- **SQLAlchemy**: SQL toolkit and ORM (Object-Relational Mapping) for database interactions
|
||||
|
||||
- **Alembic**: A database migrations tool for SQLAlchemy.
|
||||
|
||||
- **FastAPI Users**: Authentication and user management with JWT and OAuth support
|
||||
|
||||
- **LangChain**: Framework for developing AI-powered applications
|
||||
|
||||
- **GPT Integration**: Integration with LLM models through LiteLLM
|
||||
|
@ -214,10 +233,8 @@ After filling in your SurfSense API key you should be able to use extension now.
|
|||
- **pgvector**: PostgreSQL extension for efficient vector similarity operations
|
||||
|
||||
- **Chonkie**: Advanced document chunking and embedding library
|
||||
|
||||
- Uses `AutoEmbeddings` for flexible embedding model selection
|
||||
|
||||
- `LateChunker` for optimized document chunking based on embedding model's max sequence length
|
||||
- Uses `AutoEmbeddings` for flexible embedding model selection
|
||||
- `LateChunker` for optimized document chunking based on embedding model's max sequence length
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue