-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Add Swagger UI Log Message and Update README.md
with API Access Information
#749
Conversation
…ity at `/api` route Signed-off-by: l2D <20911264+l2D@users.noreply.github.com>
Signed-off-by: l2D <20911264+l2D@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I've sometimes found I'm not sure that the But to address the const dataSource = new DataSource({
type: 'sqlite',
busyErrorRetry: 1000, //
database: sqlitePath,
synchronize: process.env.NODE_ENV !== 'production',
entities: [ThreadEntity, AssistantEntity, MessageEntity],
}); Error log:
Ref:
|
Thank you for the contribution. 🚀 |
…ess Information (#749) Signed-off-by: l2D <20911264+l2D@users.noreply.github.com>
Describe Your Changes
cortex-js/src/main.ts
README.md
Fixes Issues
Self Checklist