Update README.md
#1
by kaoaaron - opened
README.md
CHANGED
|
@@ -1,3 +1,59 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- pinecone
|
| 7 |
+
- nexus
|
| 8 |
+
- rag
|
| 9 |
+
- retrieval
|
| 10 |
+
- context
|
| 11 |
+
- knowledge
|
| 12 |
+
- agents
|
| 13 |
+
pretty_name: Example Nexus Context — Wealth Advisory
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
# Example Nexus Context: Wealth Advisory
|
| 17 |
+
|
| 18 |
+
A ready-to-use example [context](https://www.pinecone.io/) for **Pinecone Nexus**, packaged as a single restorable `.context.zip`. Restore it, ask questions against it in minutes, and use it as a template for building your own context from your own documents.
|
| 19 |
+
|
| 20 |
+
The context is built around a **wealth advisory** scenario, so the sample questions and answers stay grounded in a familiar business domain (client guidance, investment and planning material, and related reference content).
|
| 21 |
+
|
| 22 |
+
## What's in this repository
|
| 23 |
+
|
| 24 |
+
| File | Description |
|
| 25 |
+
| --- | --- |
|
| 26 |
+
| `example-context-wealth-advisory.context.zip` | A pre-curated Nexus context. Restore it directly — no building or ingestion required. |
|
| 27 |
+
|
| 28 |
+
## Getting started with example data
|
| 29 |
+
|
| 30 |
+
### 1. Restore the example context
|
| 31 |
+
|
| 32 |
+
Download `example-context-wealth-advisory.context.zip` from this repository. On the **Contexts** page in Nexus, click **Restore** (next to **New context**) and upload the `.context.zip` file. It restores as a pre-curated context — no building required.
|
| 33 |
+
|
| 34 |
+
### 2. Query it
|
| 35 |
+
|
| 36 |
+
Open a **new query session** and select the example context. Ask natural-language questions about its contents — no setup required.
|
| 37 |
+
|
| 38 |
+
### 3. Go further
|
| 39 |
+
|
| 40 |
+
Drive the same context from your own code with the **Query API**, from an **MCP server** in Claude Desktop, or from the **CLI**. See the **Use** page for every surface.
|
| 41 |
+
|
| 42 |
+
### 4. Bring your own data
|
| 43 |
+
|
| 44 |
+
Now that you're up to speed, create your own context from your own documents — follow the steps under **"Getting started with your own data."**
|
| 45 |
+
|
| 46 |
+
## Download
|
| 47 |
+
|
| 48 |
+
```bash
|
| 49 |
+
# via the Hugging Face CLI
|
| 50 |
+
huggingface-cli download pinecone/example-context-wealth-advisory \
|
| 51 |
+
example-context-wealth-advisory.context.zip \
|
| 52 |
+
--repo-type dataset --local-dir .
|
| 53 |
+
```
|
| 54 |
+
|
| 55 |
+
Or download the file directly from the **Files and versions** tab above.
|
| 56 |
+
|
| 57 |
+
## License
|
| 58 |
+
|
| 59 |
+
Released under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license.
|