Skip to content

Commit

Permalink
Adjust fields weight
Browse files Browse the repository at this point in the history
Signed-off-by: Hemslo Wang <hemslo.wang@gmail.com>
  • Loading branch information
hemslo committed May 7, 2024
1 parent d081905 commit 6edeff5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions app/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ text:
no_index: false
no_stem: false
sortable: false
weight: 1.0
weight: 3.0
withsuffixtrie: false
- name: description
no_index: false
no_stem: false
sortable: false
weight: 1.0
weight: 2.0
withsuffixtrie: false
- name: content
no_index: false
Expand Down
4 changes: 2 additions & 2 deletions charts/chat-search/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4
version: 0.1.5

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

dependencies:
- name: redis-stack-server
Expand Down
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chat-search"
version = "0.1.4"
version = "0.1.5"
description = ""
authors = ["Hemslo Wang <hemslo.wang@gmail.com>"]
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ packages = [
beautifulsoup4 = "^4.12.3"
huggingface-hub = "^0.23.0"
langchain = "^0.1.17"
langchain-community = "^0.0.36"
langchain-community = "^0.0.37"
langchain-openai = "^0.1.3"
langserve = { extras = ["server"], version = "^0.1.1" }
lark = "^1.1.9"
Expand Down
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deploy:
chartPath: charts/chat-search
valuesFiles:
- values.yaml
version: 0.1.4
version: 0.1.5
setValueTemplates:
image.repository: "{{.IMAGE_REPO_chat_search}}"
image.tag: "{{.IMAGE_TAG_chat_search}}@{{.IMAGE_DIGEST_chat_search}}"
Expand Down

0 comments on commit 6edeff5

Please sign in to comment.