@san-francisco/sf-docs-embeddings 0.0.6 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,15 +3,13 @@
3
3
  </p>
4
4
 
5
5
  <p align="center" width="100%">
6
- <a href="https://github.com/city-of-san-francisco/sf-rag-utils/actions/workflows/ci.yml">
7
- <img height="20" src="https://github.com/city-of-san-francisco/sf-rag-utils/actions/workflows/ci.yml/badge.svg" />
8
- </a>
9
- <a href="https://github.com/city-of-san-francisco/license">
10
- <img height="20" src="https://img.shields.io/badge/license-SF-blue.svg"/>
11
- </a>
12
- <a href="https://www.npmjs.com/package/@san-francisco/sf-docs-embeddings">
13
- <img height="20" src="https://img.shields.io/github/package-json/v/city-of-san-francisco/sf-rag-utils?filename=packages%2Fsf-docs-embeddings%2Fpackage.json"/>
14
- </a>
6
+ <a href="https://github.com/city-of-san-francisco/license"><img height="20" src="https://img.shields.io/badge/license-SF-blue.svg"/></a>
7
+ <a href="https://github.com/city-of-san-francisco/sf-rag-utils/actions/workflows/ci.yml"><img height="20" src="https://github.com/city-of-san-francisco/sf-rag-utils/actions/workflows/ci.yml/badge.svg" /></a>
8
+ <a href="https://www.npmjs.com/package/@san-francisco/sf-docs-embeddings"><img height="20" src="https://img.shields.io/github/package-json/v/city-of-san-francisco/sf-rag-utils?filename=packages%2Fsf-docs-embeddings%2Fpackage.json"/></a>
9
+ </p>
10
+
11
+ <p align="center" width="100%">
12
+ <a href="https://github.com/city-of-san-francisco/sf-rag-utils">A pgpm workspace for building agentic, database-driven AI applications for the City of San Francisco.</a>
15
13
  </p>
16
14
 
17
15
  # @san-francisco/sf-docs-embeddings
@@ -33,7 +31,7 @@ This package demonstrates how to ship pre-computed embeddings as PGPM migrations
33
31
 
34
32
  ```bash
35
33
  # Install the RAG schema first
36
- pgpm deploy @sf-rag-utils/rag-core
34
+ pgpm deploy @sf-ai/rag-core
37
35
 
38
36
  # Then install this data package
39
37
  pgpm deploy @san-francisco/sf-docs-embeddings
@@ -68,7 +66,7 @@ SELECT * FROM rag.export_embeddings_csv('your-collection-id');
68
66
 
69
67
  ## Dependencies
70
68
 
71
- - `@sf-rag-utils/rag-core`
69
+ - `@sf-ai/rag-core`
72
70
 
73
71
  ## License
74
72
 
@@ -1,7 +1,7 @@
1
1
  -- Deploy data/seed_collection to pg
2
2
  -- made with <3 @ constructive.io
3
3
 
4
- -- requires: @sf-rag-utils/rag-core
4
+ -- requires: rag-core
5
5
 
6
6
  -- This is an example data package showing how to ship embeddings as migrations.
7
7
  -- In production, this would contain actual embeddings generated from SF documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@san-francisco/sf-docs-embeddings",
3
- "version": "0.0.6",
3
+ "version": "0.3.1",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "San Francisco documentation embeddings - example RAG data package",
6
6
  "homepage": "https://github.com/city-of-san-francisco/sf-rag-utils",
@@ -40,5 +40,5 @@
40
40
  "makage": "0.1.9",
41
41
  "pgsql-test": "^2.18.15"
42
42
  },
43
- "gitHead": "87eb2c4e4c0b4ff6721e7516330a106c81da5121"
43
+ "gitHead": "f5a03dc46fb9e1713148d1210e4cf2ceac16a7a7"
44
44
  }
package/pgpm.plan CHANGED
@@ -2,4 +2,4 @@
2
2
  %project=sf-docs-embeddings
3
3
  %uri=sf-docs-embeddings
4
4
 
5
- data/seed_collection 2026-01-25T01:10:00Z constructive <constructive@sf-bot> # seed SF docs collection with example data
5
+ data/seed_collection 2026-01-25T01:10:00Z constructive <constructive@sf-ai> # seed SF docs collection with example data