Skip to content

Commit fe31910

Browse files
Add this fixture
1 parent 032c70e commit fe31910

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
## <img src="https://github.com/valyu-network.png" width="30" height="30" alt="Valyu Logo" /> Valyu Deep Search
3737

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.
3939

4040
**What you can do with it:**
4141

@@ -56,7 +56,7 @@ When you ask a complex question, RaiseAI automatically (or manually via toggle)
5656
- **Database**: [Postgres](https://vercel.com/postgres) (via Drizzle ORM) for chat history.
5757
- **Authentication**: [NextAuth.js](https://next-auth.js.org) (v5).
5858
- **Styling**: [Tailwind CSS](https://tailwindcss.com) & [shadcn/ui](https://ui.shadcn.com).
59-
- **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
6060

6161
---
6262

@@ -145,9 +145,9 @@ For database hosting, Vercel Postgres is the easiest integration, but any Postgr
145145
Contributions are welcome! Please feel free to submit a Pull Request.
146146

147147
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`)
151151
5. Open a Pull Request
152152

153153
---

0 commit comments

Comments
 (0)