Toggle navigation
Toggle navigation
This project
Loading...
Sign in
lizhengwei
/
aigc-embedding-service
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangdongxu
2026-04-17 18:00:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e88330aec5c20d8906f1236a378648891a3c1bef
e88330ae
1 parent
53939643
jira:NYJ-1460 desc:调整结构
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
README.md
README.md
View file @
e88330a
1
+
### 一些启动命令
2
+
1.
启动 embedding-server
3
+
4
+
默认
5
+
```
bash
6
+
uv run embedding-server
7
+
```
8
+
window 开发
9
+
```
bash
10
+
$env
:ENV
=
"dev"
;uv run embedding-server
11
+
```
12
+
Please
register
or
login
to post a comment