Skip to content

Commit

Permalink
added Firestore chat history store and cache store
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-kural committed Jul 4, 2024
1 parent 2abfab6 commit 35e0645
Show file tree
Hide file tree
Showing 11 changed files with 5,599 additions and 3,333 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: 'Dependency review'
name: "Dependency review"
on:
pull_request:
branches: [ "main" ]
branches: ["main"]

# If using a dependency submission action in this workflow this permission will need to be set to:
#
Expand All @@ -27,9 +27,9 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout repository'
- name: "Checkout repository"
uses: actions/checkout@v4
- name: 'Dependency Review'
- name: "Dependency Review"
uses: actions/dependency-review-action@v4
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
with:
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0"
Expand All @@ -41,6 +42,7 @@
"d3-dsv": "^2.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase-admin": "^12.2.0",
"genkitx-chromadb": "^0.5.4",
"genkitx-langchain": "^0.5.4",
"genkitx-openai": "^0.10.0",
Expand Down
Loading

0 comments on commit 35e0645

Please sign in to comment.