@7-docs/edge
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,3 +0,3 @@ | ||
import { uniqueByProperty } from '@7-docs/shared/array.js'; | ||
import { getPrompt } from '@7-docs/shared/prompt.js'; | ||
import { uniqueByProperty } from '@7-docs/shared'; | ||
import { getPrompt } from '@7-docs/shared'; | ||
import { OpenAI } from './openai/v1/client.js'; | ||
@@ -4,0 +4,0 @@ import { isChatCompletionModel } from './openai/v1/util.js'; |
@@ -1,2 +0,2 @@ | ||
import { OPENAI_TOKENS_FOR_COMPLETION, OPENAI_COMPLETION_TEMPERATURE, OPENAI_COMPLETION_TOP_P, OPENAI_COMPLETION_N } from '@7-docs/shared/constants.js'; | ||
import { OPENAI_TOKENS_FOR_COMPLETION, OPENAI_COMPLETION_TEMPERATURE, OPENAI_COMPLETION_TOP_P, OPENAI_COMPLETION_N } from '@7-docs/shared'; | ||
import { chatCompletions } from './chatCompletions.js'; | ||
@@ -3,0 +3,0 @@ import { completions } from './completions.js'; |
@@ -1,2 +0,2 @@ | ||
import { EMBEDDING_MATCH_COUNT } from '@7-docs/shared/constants.js'; | ||
import { EMBEDDING_MATCH_COUNT } from '@7-docs/shared'; | ||
import { ensureProtocol, sortByScoreDesc } from './util.js'; | ||
@@ -3,0 +3,0 @@ const defaults = { |
@@ -1,3 +0,3 @@ | ||
import { EMBEDDING_MATCH_COUNT, SUPABASE_SIMILARITY_THRESHOLD } from '@7-docs/shared/constants.js'; | ||
import { normalizeNamespace } from '@7-docs/shared/string.js'; | ||
import { EMBEDDING_MATCH_COUNT, SUPABASE_SIMILARITY_THRESHOLD } from '@7-docs/shared'; | ||
import { normalizeNamespace } from '@7-docs/shared'; | ||
const defaults = { | ||
@@ -4,0 +4,0 @@ similarity_threshold: SUPABASE_SIMILARITY_THRESHOLD, |
{ | ||
"name": "@7-docs/edge", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Package to use 7-docs from edge functions", | ||
@@ -34,3 +34,3 @@ "homepage": "https://github.com/7-docs/7-docs", | ||
"dependencies": { | ||
"@7-docs/shared": "0.0.1" | ||
"@7-docs/shared": "0.0.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "publishConfig": { |
17503
+ Added@7-docs/shared@0.0.2(transitive)
- Removed@7-docs/shared@0.0.1(transitive)
Updated@7-docs/shared@0.0.2