feat: include RAG sources #255
tests.yml
on: pull_request
Typecheck
38s
Check format
44s
Annotations
4 errors and 2 warnings
Typecheck:
server/api/chats/[chat_id]/chat.post.ts#L211
Argument of type 'VectorStoreRetriever<WeaviateStore>' is not assignable to parameter of type 'Runnable<any, any, RunnableConfig>'.
|
Typecheck:
server/api/chats/[chat_id]/chat.post.ts#L297
Property 'content' does not exist on type 'RunLogPatch'.
|
Typecheck:
server/api/chats/[chat_id]/stream_log.post.ts#L212
Argument of type 'VectorStoreRetriever<WeaviateStore>' is not assignable to parameter of type 'Runnable<any, any, RunnableConfig>'.
|
Typecheck
Process completed with exit code 1.
|
Typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|