Skip to content

Commit 954eec4

Browse files
authored
Adding VectorDB + Embedding support (#6)
LanceDB 🥳
1 parent 359c309 commit 954eec4

30 files changed

Lines changed: 3881 additions & 991 deletions

.claude/settings.local.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@
99
"Bash(/bashes)",
1010
"Bash(taskkill:*)",
1111
"Bash(uv add:*)",
12-
"Bash(.scriptsbuild.ps1)",
12+
"Bash(.\\scripts\\build.ps1)",
1313
"Bash(del test_idle_functionality.py)",
1414
"Bash(powershell:*)",
15-
"Bash(.distfluid-server.exe --help)",
15+
"Bash(.\\dist\\fluid-server.exe --help)",
1616
"Bash(timeout:*)",
17-
"Bash(dir C:Usersbrandsourcereposfluid-server-2tests)",
17+
"Bash(dir C:\\Users\\brand\\source\\repos\\fluid-server-2\\tests)",
1818
"Bash(dir:*)",
1919
"Bash(uv sync:*)",
2020
"Bash(uv pip install:*)",
21-
"Bash(.distfluid-server.exe --whisper-model whisper-large-v3-turbo-qnn --log-level DEBUG --host 127.0.0.1 --port 8080)"
21+
"Bash(.\\dist\\fluid-server.exe --whisper-model whisper-large-v3-turbo-qnn --log-level DEBUG --host 127.0.0.1 --port 8080)",
22+
"Bash(.\\dist\\fluid-server.exe:*)",
23+
"Bash(./dist/fluid-server.exe:*)",
24+
"Bash(del:*)",
25+
"Bash(gh release:*)",
26+
"Bash(uv pip:*)",
27+
"Bash(findstr:*)"
2228
],
2329
"deny": [],
24-
"ask": [],
30+
"ask": []
2531
}
26-
}
32+
}

.github/workflows/main.yml

Lines changed: 0 additions & 155 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 0 additions & 117 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)