Skip to content

Commit af0208f

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 4c8df0c commit af0208f

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
@@ -141,7 +141,7 @@ $response = $chain->call($messages, [
141141
1. [Google's Gemini with Google](examples/google/chat.php)
142142
1. [Google's Gemini with OpenRouter](examples/openrouter/chat-gemini.php)
143143
1. [Mistral's Mistral with Mistral](examples/mistral/chat-mistral.php)
144-
1. [Albert API (French Sovereign AI)](examples/albert/chat.php)
144+
1. [Albert API (French Sovereign AI)](examples/albert/rag.php)
145145

146146
### Tools
147147

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)