Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritam3355 authored Oct 20, 2024
1 parent 3e4430d commit 322434d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions neural_network/chatbot/chat_db.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""

Check failure on line 1 in neural_network/chatbot/chat_db.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (INP001)

neural_network/chatbot/chat_db.py:1:1: INP001 File `neural_network/chatbot/chat_db.py` is part of an implicit namespace package. Add an `__init__.py`.
credits : https://medium.com/google-developer-experts/beyond-live-sessions-building-persistent-memory-chatbots-with-langchain-gemini-pro-and-firebase-19d6f84e21d3
"""

import os
import datetime
import mysql.connector
Expand Down

0 comments on commit 322434d

Please sign in to comment.