Skip to content

Commit

Permalink
inherit metadata from the markdown header
Browse files Browse the repository at this point in the history
  • Loading branch information
flepied committed Sep 3, 2023
1 parent 62fbb0f commit 6971ca7
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 234 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ repos:
pass_filenames: false
files: ^(.*/)?pyproject.toml$

- id: poetry-check-lock
- id: poetry-lock
name: Poetry check lock
description: run poetry check for lock consistency
entry: poetry check --lock
entry: make poetry.lock
language: python
pass_filenames: false
files: ^(.*/)?pyproject.toml$
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
driver: bridge
services:
server:
image: ghcr.io/chroma-core/chroma:0.4.7
image: ghcr.io/chroma-core/chroma:0.4.8
volumes:
- $DSTDIR/Db:/chroma/chroma:z
ports:
Expand Down
2 changes: 0 additions & 2 deletions integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ done
sudo journalctl -u sba-md
sudo journalctl -u sba-txt

set +x

# test the vector store
RES=$(poetry run ./similarity.py "What is langchain?")
echo "$RES"
Expand Down
Loading

0 comments on commit 6971ca7

Please sign in to comment.