Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit f361c7c

Browse files
committed
refactor: keep only RAG example for Albert API
- Remove chat.php example - Update README to point to rag.php - Focus on Albert's key differentiator: built-in RAG capabilities
1 parent 4b30f49 commit f361c7c

File tree

3 files changed

+2
-54
lines changed

3 files changed

+2
-54
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ $response = $chain->call($messages, [
167167
1. [Google's Gemini with Google](examples/google/chat.php)
168168
1. [Google's Gemini with OpenRouter](examples/openrouter/chat-gemini.php)
169169
1. [Mistral's Mistral with Mistral](examples/mistral/chat-mistral.php)
170-
1. [Albert API (French Sovereign AI)](examples/albert/chat.php)
170+
1. [Albert API (French Sovereign AI)](examples/albert/rag.php)
171171

172172
### Tools
173173

examples/albert/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ export ALBERT_API_KEY="your-api-key"
1313
export ALBERT_API_URL="https://your-albert-instance.com"
1414
```
1515

16-
## Examples
17-
18-
### Basic Chat
19-
```bash
20-
php examples/albert/chat.php
21-
```
22-
Demonstrates basic conversation with Albert API.
16+
## Example
2317

2418
### RAG (Retrieval-Augmented Generation)
2519
```bash

examples/albert/chat.php

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)