Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mssql support #3985

Merged
merged 32 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
121bd0d
add mssql
isthaison Dec 11, 2024
d18e1fd
add mssql on api test
isthaison Dec 11, 2024
2099b34
add drive msodb
isthaison Dec 11, 2024
3b924b4
Merge remote-tracking branch 'upstream/main' into sqlserverexecsql
isthaison Dec 11, 2024
efbfa18
update add packages microsoft
isthaison Dec 11, 2024
89b18a7
test ci
isthaison Dec 11, 2024
bbc154e
test ci
isthaison Dec 11, 2024
adfae5c
test ci
isthaison Dec 11, 2024
4d46829
skip confirm yes/no
isthaison Dec 11, 2024
e14457d
test ci
isthaison Dec 11, 2024
02b749a
tesst ci
isthaison Dec 11, 2024
5723a85
tesst ci
isthaison Dec 11, 2024
78a94fa
Merge branch 'main' into sqlserverexecsql
KevinHuSh Dec 12, 2024
d073b9e
test ci
isthaison Dec 12, 2024
b0ac9c2
Merge branch 'sqlserverexecsql' of https://github.com/isthaison/ragfl…
isthaison Dec 12, 2024
df3e546
Merge branch 'main' into sqlserverexecsql
isthaison Dec 12, 2024
8f3469e
test ci
isthaison Dec 12, 2024
97f120b
Merge branch 'sqlserverexecsql' of https://github.com/isthaison/ragfl…
isthaison Dec 12, 2024
1e997e7
get new code
isthaison Dec 12, 2024
f9a8ec7
get new code
isthaison Dec 12, 2024
051ec64
get new code
isthaison Dec 12, 2024
55a6252
Merge remote-tracking branch 'upstream/main' into sqlserverexecsql
isthaison Dec 12, 2024
98ca32a
add package
isthaison Dec 12, 2024
698dddf
lock poe
isthaison Dec 12, 2024
da0c20a
lock
isthaison Dec 12, 2024
be9b262
Merge remote-tracking branch 'upstream/main' into sqlserverexecsql
isthaison Dec 12, 2024
ff44c0c
update poe
isthaison Dec 12, 2024
06cccd9
Update api/apps/canvas_app.py
KevinHuSh Dec 12, 2024
98e5330
Update api/apps/canvas_app.py
KevinHuSh Dec 12, 2024
3353e9e
Update api/apps/canvas_app.py
isthaison Dec 12, 2024
5690b4c
Update canvas_app.py
KevinHuSh Dec 12, 2024
0752b96
Merge branch 'main' into sqlserverexecsql
KevinHuSh Dec 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
get new code
  • Loading branch information
isthaison committed Dec 12, 2024
commit 1e997e7943826c7e39855747fa972c810ec7475b
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,14 @@ releases! 🌟
$ docker compose -f docker/docker-compose.yml up -d
```

| RAGFLOW_IMAGE tag in docker/.env | size | Including embedding models and related Python packages? | comments |
| -------------------------------- | ----- | ------------------------------------------------------- | ---------------------- |
| v0.14.1 | ~9 GB | YES | stable release |
| v0.14.1-slim | ~2 GB | NO | stable release |
| v0.15.0-dev1 | ~9 GB | YES | unstable beta release |
| v0.15.0-dev1-slim | ~2 GB | NO | unstable beta release |
| nightly | ~9 GB | YES | unstable nightly build |
| nightly-slim | ~2 GB | NO | unstable nightly build |

| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
| ----------------- | --------------- | --------------------- | ------------------------ |
| v0.14.1 | ≈9 | :heavy_check_mark: | Stable release |
| v0.14.1-slim | ≈2 | ❌ | Stable release |
| v0.15.0-dev1 | ≈9 | :heavy_check_mark: | *Unstable* beta release |
| v0.15.0-dev1-slim | ≈2 | ❌ | *Unstable* beta release |
| nightly | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
| nightly-slim | ≈2 | ❌ | *Unstable* nightly build |

4. Check the server status after having the server up and running:

Expand Down
18 changes: 8 additions & 10 deletions README_id.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,14 @@ Coba demo kami di [https://demo.ragflow.io](https://demo.ragflow.io).
$ docker compose -f docker/docker-compose.yml up -d
```

| RAGFLOW_IMAGE tag in docker/.env | size | Including embedding models and related Python packages? | comments |
| -------------------------------- | ----- | ------------------------------------------------------- | ---------------------- |
| v0.14.1 | ~9 GB | YES | stable release |
| v0.14.1-slim | ~2 GB | NO | stable release |
| v0.15.0-dev1 | ~9 GB | YES | unstable beta release |
| v0.15.0-dev1-slim | ~2 GB | NO | unstable beta release |
| nightly | ~9 GB | YES | unstable nightly build |
| nightly-slim | ~2 GB | NO | unstable nightly build |


| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
| ----------------- | --------------- | --------------------- | ------------------------ |
| v0.14.1 | ≈9 | :heavy_check_mark: | Stable release |
| v0.14.1-slim | ≈2 | ❌ | Stable release |
| v0.15.0-dev1 | ≈9 | :heavy_check_mark: | *Unstable* beta release |
| v0.15.0-dev1-slim | ≈2 | ❌ | *Unstable* beta release |
| nightly | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
| nightly-slim | ≈2 | ❌ | *Unstable* nightly build |

4. Periksa status server setelah server aktif dan berjalan:

Expand Down
17 changes: 8 additions & 9 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,14 @@
$ docker compose -f docker/docker-compose.yml up -d
```

| RAGFLOW_IMAGE tag in docker/.env | size | Including embedding models and related Python packages? | comments |
| -------------------------------- | ----- | ------------------------------------------------------- | ---------------------- |
| v0.14.1 | ~9 GB | YES | stable release |
| v0.14.1-slim | ~2 GB | NO | stable release |
| v0.15.0-dev1 | ~9 GB | YES | unstable beta release |
| v0.15.0-dev1-slim | ~2 GB | NO | unstable beta release |
| nightly | ~9 GB | YES | unstable nightly build |
| nightly-slim | ~2 GB | NO | unstable nightly build |

| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
| ----------------- | --------------- | --------------------- | ------------------------ |
| v0.14.1 | ≈9 | :heavy_check_mark: | Stable release |
| v0.14.1-slim | ≈2 | ❌ | Stable release |
| v0.15.0-dev1 | ≈9 | :heavy_check_mark: | *Unstable* beta release |
| v0.15.0-dev1-slim | ≈2 | ❌ | *Unstable* beta release |
| nightly | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
| nightly-slim | ≈2 | ❌ | *Unstable* nightly build |

4. サーバーを立ち上げた後、サーバーの状態を確認する:

Expand Down
20 changes: 8 additions & 12 deletions README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,19 +151,15 @@
$ cd ragflow
$ docker compose -f docker/docker-compose.yml up -d
```


| RAGFLOW_IMAGE tag in docker/.env | size | Including embedding models and related Python packages? | comments |
| -------------------------------- | ----- | ------------------------------------------------------- | ---------------------- |
| v0.14.1 | ~9 GB | YES | stable release |
| v0.14.1-slim | ~2 GB | NO | stable release |
| v0.15.0-dev1 | ~9 GB | YES | unstable beta release |
| v0.15.0-dev1-slim | ~2 GB | NO | unstable beta release |
| nightly | ~9 GB | YES | unstable nightly build |
| nightly-slim | ~2 GB | NO | unstable nightly build |



| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
| ----------------- | --------------- | --------------------- | ------------------------ |
| v0.14.1 | ≈9 | :heavy_check_mark: | Stable release |
| v0.14.1-slim | ≈2 | ❌ | Stable release |
| v0.15.0-dev1 | ≈9 | :heavy_check_mark: | *Unstable* beta release |
| v0.15.0-dev1-slim | ≈2 | ❌ | *Unstable* beta release |
| nightly | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
| nightly-slim | ≈2 | ❌ | *Unstable* nightly build |

4. 서버가 시작된 후 서버 상태를 확인하세요:

Expand Down
17 changes: 8 additions & 9 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,14 @@
$ docker compose -f docker/docker-compose.yml up -d
```

| RAGFLOW_IMAGE tag in docker/.env | 尺寸 | 内置 embedding 模型和相关 Python 库? | 描述 |
| -------------------------------- | ----- | ------------------------------------------------------- | ---------------------- |
| v0.14.1 | ~9 GB | YES | stable release |
| v0.14.1-slim | ~2 GB | NO | stable release |
| v0.15.0-dev1 | ~9 GB | YES | unstable beta release |
| v0.15.0-dev1-slim | ~2 GB | NO | unstable beta release |
| nightly | ~9 GB | YES | unstable nightly build |
| nightly-slim | ~2 GB | NO | unstable nightly build |

| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
| ----------------- | --------------- | --------------------- | ------------------------ |
| v0.14.1 | ≈9 | :heavy_check_mark: | Stable release |
| v0.14.1-slim | ≈2 | ❌ | Stable release |
| v0.15.0-dev1 | ≈9 | :heavy_check_mark: | *Unstable* beta release |
| v0.15.0-dev1-slim | ≈2 | ❌ | *Unstable* beta release |
| nightly | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
| nightly-slim | ≈2 | ❌ | *Unstable* nightly build |

4. 服务器启动成功后再次确认服务器状态:

Expand Down