Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,7 @@ scripts/stress-test/reports/

# mcp
.playwright-mcp/
.serena/
.serena/

# docker setup
docker/.env.swp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def _run(self, query: str) -> str:
data_source_type=document.data_source_type,
segment_id=segment.id,
retriever_from=self.retriever_from,
score=document_score_list.get(segment.index_node_id, None),
score=document_score_list.get(segment.index_node_id),
doc_metadata=document.doc_metadata,
)

Expand Down
2 changes: 1 addition & 1 deletion api/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = --cov=./api --cov-report=json --cov-report=xml
addopts =
env =
ANTHROPIC_API_KEY = sk-ant-api11-IamNotARealKeyJustForMockTestKawaiiiiiiiiii-NotBaka-ASkksz
AZURE_OPENAI_API_BASE = https://difyai-openai.openai.azure.com
Expand Down
Binary file removed docker/volumes/branding/profile.png
Binary file not shown.
1 change: 0 additions & 1 deletion docker/volumes/branding/profile.svg

This file was deleted.

17 changes: 0 additions & 17 deletions docker/volumes/myscale/config/users.d/custom_users_config.xml

This file was deleted.

1 change: 0 additions & 1 deletion docker/volumes/oceanbase/init.d/vec_memory.sql

This file was deleted.

222 changes: 0 additions & 222 deletions docker/volumes/opensearch/opensearch_dashboards.yml

This file was deleted.

14 changes: 0 additions & 14 deletions docker/volumes/sandbox/conf/config.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions docker/volumes/sandbox/conf/config.yaml.example

This file was deleted.

Empty file.
Loading