You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
36
36
## <imgsrc="https://github.com/valyu-network.png"width="30"height="30"alt="Valyu Logo" /> Valyu Deep Search
37
37
38
-
This is the core of RaiseAI. Unlike standard web search, Valyu Deep Search connects directly to specialized, high-integrity data sources across the web and proprietary data source.
38
+
This is the core of RaiseAI. Unlike standard web search, [Valyu Deep Search](https://docs.valyu.ai/overview) connects directly to specialized, [high-integrity data sources](https://www.valyu.ai/deepsearch-api) across the web and proprietary data source.
39
39
40
40
**What you can do with it:**
41
41
@@ -56,7 +56,7 @@ When you ask a complex question, RaiseAI automatically (or manually via toggle)
56
56
-**Database**: [Postgres](https://vercel.com/postgres) (via Drizzle ORM) for chat history.
-**Search Provider**: [Valyu](https://valyu.com) for deep specialized data retrieval.
59
+
-**Search Provider**: [Valyu](https://valyu.com) for deep search across Valyu’s comprehensive knowledge base including web content, academic journals, financial data, and proprietary datasets. The DeepSearch API returns AI ready search results that are perfect for RAG pipelines, AI agents, and applications
60
60
61
61
---
62
62
@@ -145,9 +145,9 @@ For database hosting, Vercel Postgres is the easiest integration, but any Postgr
145
145
Contributions are welcome! Please feel free to submit a Pull Request.
146
146
147
147
1. Fork the project
148
-
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
149
-
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
150
-
4. Push to the branch (`git push origin feature/AmazingFeature`)
148
+
2. Create your feature branch (`git checkout -b feature/this-nice-feature`)
149
+
3. Commit your changes (`git commit -m 'Add some nice feature'`)
150
+
4. Push to the branch (`git push origin feature/nice-feature`)
0 commit comments