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

|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# SurfSense
|
# 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
|
# Video
|
||||||
|
@ -45,6 +46,7 @@ Open source and easy to deploy locally.
|
||||||
- Slack
|
- Slack
|
||||||
- Notion
|
- Notion
|
||||||
- Youtube Videos
|
- Youtube Videos
|
||||||
|
- GitHub
|
||||||
- and more to come.....
|
- and more to come.....
|
||||||
|
|
||||||
#### 🔖 Cross Browser Extension
|
#### 🔖 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`
|
You should see your Next.js frontend running at `localhost:3000`
|
||||||
|
|
||||||
|
#### Some FrontEnd Screens
|
||||||
|
|
||||||
|
**Search Spaces**
|
||||||
|
|
||||||
|

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

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

|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -198,7 +214,10 @@ After filling in your SurfSense API key you should be able to use extension now.
|
||||||
|
|
||||||
- **SQLAlchemy**: SQL toolkit and ORM (Object-Relational Mapping) for database interactions
|
- **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
|
- **FastAPI Users**: Authentication and user management with JWT and OAuth support
|
||||||
|
|
||||||
- **LangChain**: Framework for developing AI-powered applications
|
- **LangChain**: Framework for developing AI-powered applications
|
||||||
|
|
||||||
- **GPT Integration**: Integration with LLM models through LiteLLM
|
- **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
|
- **pgvector**: PostgreSQL extension for efficient vector similarity operations
|
||||||
|
|
||||||
- **Chonkie**: Advanced document chunking and embedding library
|
- **Chonkie**: Advanced document chunking and embedding library
|
||||||
|
- Uses `AutoEmbeddings` for flexible embedding model selection
|
||||||
- Uses `AutoEmbeddings` for flexible embedding model selection
|
- `LateChunker` for optimized document chunking based on embedding model's max sequence length
|
||||||
|
|
||||||
- `LateChunker` for optimized document chunking based on embedding model's max sequence length
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue