Skip to content

Commit

Permalink
gm
Browse files Browse the repository at this point in the history
  • Loading branch information
IkigaiLabsETH committed Nov 9, 2024
1 parent 0b050cd commit 6cd3440
Show file tree
Hide file tree
Showing 5 changed files with 517 additions and 779 deletions.
31 changes: 31 additions & 0 deletions REBUILD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Here's the direct terminal commands to rebuild the project:

# Clean install
rm -rf node_modules
rm pnpm-lock.yaml

# Clear cache
pnpm store prune
pnpm cache clean

# Fresh install
pnpm install

# Rebuild
pnpm rebuild

# Build project
pnpm build

# Start
pnpm start

# Test

pnpm start ---characters=\"../characters/bera.json\"






74 changes: 0 additions & 74 deletions characters/tate.character.json

This file was deleted.

6 changes: 6 additions & 0 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"dependencies": {
"sqlite-vss": "^0.1.2",
"better-sqlite3": "11.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/src/embedding.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EmbeddingModel, FlagEmbedding } from "fastembed";
import { FlagEmbedding } from "fastembed";
import path from "path";
import { fileURLToPath } from "url";
import models from "./models.ts";
Expand Down
Loading

0 comments on commit 6cd3440

Please sign in to comment.