Skip to content

Commit

Permalink
ignore cx data
Browse files Browse the repository at this point in the history
  • Loading branch information
pjirsa committed Apr 29, 2024
1 parent 73a92e0 commit 5f7c512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ dist/
# Peristant storage
*/data/qdrant
*/data/chatstore*
*/data/*.csv

# Java build
java/**/target
Expand Down
2 changes: 1 addition & 1 deletion webapi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
// (i.e. dotnet user-secrets set "ChatStore:Cosmos:ConnectionString" "MY_COSMOS_CONNSTRING")
//
"ChatStore": {
"Type": "filesystem",
"Type": "volatile",
"Filesystem": {
"FilePath": "./data/chatstore.json"
},
Expand Down

0 comments on commit 5f7c512

Please sign in to comment.