Skip to content

Commit 6edeff5

Browse files
committed
Adjust fields weight
Signed-off-by: Hemslo Wang <[email protected]>
1 parent d081905 commit 6edeff5

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

app/schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ text:
1414
no_index: false
1515
no_stem: false
1616
sortable: false
17-
weight: 1.0
17+
weight: 3.0
1818
withsuffixtrie: false
1919
- name: description
2020
no_index: false
2121
no_stem: false
2222
sortable: false
23-
weight: 1.0
23+
weight: 2.0
2424
withsuffixtrie: false
2525
- name: content
2626
no_index: false

charts/chat-search/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.1.4
21+
version: 0.1.5
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "0.1.4"
27+
appVersion: "0.1.5"
2828

2929
dependencies:
3030
- name: redis-stack-server

poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chat-search"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = ""
55
authors = ["Hemslo Wang <[email protected]>"]
66
readme = "README.md"
@@ -12,7 +12,7 @@ packages = [
1212
beautifulsoup4 = "^4.12.3"
1313
huggingface-hub = "^0.23.0"
1414
langchain = "^0.1.17"
15-
langchain-community = "^0.0.36"
15+
langchain-community = "^0.0.37"
1616
langchain-openai = "^0.1.3"
1717
langserve = { extras = ["server"], version = "^0.1.1" }
1818
lark = "^1.1.9"

skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deploy:
1414
chartPath: charts/chat-search
1515
valuesFiles:
1616
- values.yaml
17-
version: 0.1.4
17+
version: 0.1.5
1818
setValueTemplates:
1919
image.repository: "{{.IMAGE_REPO_chat_search}}"
2020
image.tag: "{{.IMAGE_TAG_chat_search}}@{{.IMAGE_DIGEST_chat_search}}"

0 commit comments

Comments
 (0)