Skip to content

Commit 577d3e3

Browse files
Remove Vision API and related examples
Eliminates all Vision & Image Analysis features from the SDK, including API implementation, documentation, and example scripts. This simplifies the codebase and documentation by focusing on non-vision capabilities.
1 parent 7ab62c6 commit 577d3e3

22 files changed

Lines changed: 36 additions & 3165 deletions

README.md

Lines changed: 0 additions & 442 deletions
Large diffs are not rendered by default.

examples/advanced-vision.ts

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

examples/comprehensive-demo.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* This example showcases all major SDK capabilities
44
*/
55
import {
6-
APIError,
7-
AuthenticationError,
8-
RateLimitError,
9-
SVECTOR,
10-
toFile
6+
APIError,
7+
AuthenticationError,
8+
RateLimitError,
9+
SVECTOR,
10+
toFile
1111
} from '../src';
1212

1313
async function comprehensiveExample() {
@@ -198,7 +198,7 @@ This is a sample document to demonstrate RAG capabilities.
198198

199199
const customClient = new SVECTOR({
200200
apiKey: process.env.SVECTOR_API_KEY,
201-
baseURL: 'https://api.svector.co.in', // Custom base URL
201+
baseURL: 'https://spec-chat.tech', // Custom base URL
202202
timeout: 60000, // 1 minute timeout
203203
maxRetries: 1, // Single retry
204204
});

examples/openai-style-vision.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)