Add OpenRAG OpenSearch flow and update .gitignore
Added a new flow definition for OpenRAG with OpenSearch hybrid search in flows/openrag_url_mcp.json. Updated .gitignore to allow tracked JSON files in the flows directory while ignoring others.
This commit is contained in:
parent
3d07a6b419
commit
d5a70bc575
2 changed files with 3156 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,6 +17,7 @@ wheels/
|
||||||
|
|
||||||
1001*.pdf
|
1001*.pdf
|
||||||
*.json
|
*.json
|
||||||
|
!flows/*.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
config.yaml
|
config.yaml
|
||||||
|
|
|
||||||
3155
flows/openrag_url_mcp.json
Normal file
3155
flows/openrag_url_mcp.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue