Skip to content

Commit d62a523

Browse files
committed
Fix wrong reference to AGENTS.md
1 parent 524161a commit d62a523

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.agents/PINECONE-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pinecone CLI Guide
22

3-
> **Prerequisites**: See [AGENTS.md](../AGENTS.md) for universal concepts and CLI vs SDK guidance.
3+
> **Prerequisites**: See [PINECONE.md](./PINECONE.md) for universal concepts and CLI vs SDK guidance.
44
>
55
> **Getting Started?** See [Quickstart Guide](./PINECONE-quickstart.md) for step-by-step tutorials.
66

.agents/PINECONE-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pinecone Go SDK Guide
22

3-
> **Prerequisites**: See [AGENTS.md](../AGENTS.md) for universal concepts and setup.
3+
> **Prerequisites**: See [PINECONE.md](./PINECONE.md) for universal concepts and setup.
44
55
This guide provides Go-specific patterns, examples, and best practices for the Pinecone SDK.
66

.agents/PINECONE-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pinecone Java SDK Guide
22

3-
> **Prerequisites**: See [AGENTS.md](../AGENTS.md) for universal concepts and setup.
3+
> **Prerequisites**: See [PINECONE.md](./PINECONE.md) for universal concepts and setup.
44
55
This guide provides Java-specific patterns, examples, and best practices for the Pinecone SDK.
66

.agents/PINECONE-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pinecone Python SDK Guide
22

3-
> **Prerequisites**: See [AGENTS.md](../AGENTS.md) for universal concepts and setup.
3+
> **Prerequisites**: See [PINECONE.md](./PINECONE.md) for universal concepts and setup.
44
55
This guide provides Python-specific patterns, examples, and best practices for the Pinecone SDK.
66

.agents/PINECONE-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pinecone Quickstart Guide
22

3-
> **Prerequisites**: See [AGENTS.md](../AGENTS.md) for universal concepts and setup.
3+
> **Prerequisites**: See [PINECONE.md](./PINECONE.md) for universal concepts and setup.
44
55
> **Important for all quickstarts**: Execute all steps completely. Keep setup minimal (directories, virtual environments, dependencies only). Do not expect the user to satisfy any prerequisites except providing API keys. For summaries, use only README.md and SUMMARY.md.
66
@@ -458,7 +458,7 @@ See [PINECONE-cli.md](./PINECONE-cli.md) for complete CLI reference.
458458

459459
After completing a quickstart:
460460

461-
1. **Explore advanced features**: [AGENTS.md](../AGENTS.md#official-documentation-resources)
461+
1. **Explore advanced features**: [PINECONE.md](./PINECONE.md#official-documentation-resources)
462462
2. **Learn data operations**: See language-specific sections on upsert, fetch, delete
463463
3. **Master search patterns**: Understand filtering, reranking, hybrid search
464464
4. **Production best practices**: Error handling, retry logic, monitoring

.agents/PINECONE-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pinecone TypeScript/Node.js SDK Guide
22

3-
> **Prerequisites**: See [AGENTS.md](../AGENTS.md) for universal concepts and setup.
3+
> **Prerequisites**: See [PINECONE.md](./PINECONE.md) for universal concepts and setup.
44
55
This guide provides TypeScript/Node.js-specific patterns, examples, and best practices for the Pinecone SDK.
66

0 commit comments

Comments
 (0)