- Removed the synchronous preparation of the knowledge base (KB) collection from the InitializeConversation method, now initializing it asynchronously after user login. - Introduced a new method, GetDocumentsContent, to retrieve content for multiple documents by their IDs, supporting text-based files and improving document handling. - Updated the API interface to include the new GetDocumentsContent method, enhancing the document management capabilities. - Enhanced locale handling in the login context to support user preferences during KB collection creation. |
||
|---|---|---|
| .. | ||
| authorized.go | ||
| authorized_test.go | ||
| errors.go | ||
| interfaces.go | ||
| oidc.go | ||
| types.go | ||
| utils.go | ||