-
Notifications
You must be signed in to change notification settings - Fork 154
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
AI assistant prototype #5211
Comments
reckart
added a commit
that referenced
this issue
Dec 31, 2024
- Initial AI assistant implementation accessible on the annotation page as a sidebar - Basic access to documents in the project via RAG - Limited access to user manual via RAG - Updates to the user manual - Some tests - Documentation of the early AI assistant - Refactoring of the Ollama support
reckart
added a commit
that referenced
this issue
Dec 31, 2024
- Initial AI assistant implementation accessible on the annotation page as a sidebar - Basic access to documents in the project via RAG - Limited access to user manual via RAG - Updates to the user manual - Some tests - Documentation of the early AI assistant - Refactoring of the Ollama support
reckart
added a commit
that referenced
this issue
Jan 1, 2025
- Fix displaying indexing progress on the bulk processing page - Added re-index button to assistant sidebar - Normalize embeddings and use dot product instead of cosine when indexing/searching - Allow suspending background tasks for a project - During project import and project initialization from a template, suspend background tasks
reckart
added a commit
that referenced
this issue
Jan 1, 2025
- Fix displaying indexing progress on the bulk processing page - Added re-index button to assistant sidebar - Normalize embeddings and use dot product instead of cosine when indexing/searching - Allow suspending background tasks for a project - During project import and project initialization from a template, suspend background tasks - During indexing, embed in batches
reckart
added a commit
that referenced
this issue
Jan 1, 2025
- Fix displaying indexing progress on the bulk processing page - Added re-index button to assistant sidebar - Normalize embeddings and use dot product instead of cosine when indexing/searching - Allow suspending background tasks for a project - During project import and project initialization from a template, suspend background tasks - During indexing, embed in batches - Fix timing logging for embeddings
reckart
added a commit
that referenced
this issue
Jan 2, 2025
- Fix displaying indexing progress on the bulk processing page - Added re-index button to assistant sidebar - Normalize embeddings and use dot product instead of cosine when indexing/searching - Allow suspending background tasks for a project - During project import and project initialization from a template, suspend background tasks - During indexing, embed in batches - Fix timing logging for embeddings - Allow auto-detecting the embedding dimensions - Allow using embeddings with a dimension higher than 1024
reckart
added a commit
that referenced
this issue
Jan 2, 2025
- Added button to clear conversation - Aggregate units (sentences) into larger chunks when indexing - Extract embedding stuff into a separate service and make tokenizer/encoding configurable
reckart
added a commit
that referenced
this issue
Jan 2, 2025
- Implement conversation clearing as protocol command
reckart
added a commit
that referenced
this issue
Jan 2, 2025
- Factor retrievers out into own classes and introduce an extension point for them - Introduce a chunker interface - Add source information to chunks
reckart
added a commit
that referenced
this issue
Jan 3, 2025
- UI style changes - Some classes renameed - Added time info in assistant messages
reckart
added a commit
that referenced
this issue
Jan 3, 2025
- UI style changes - Some classes renameed - Added time info in assistant messages
reckart
added a commit
that referenced
this issue
Jan 3, 2025
- UI style changes - Some classes renameed - Added time info in assistant messages
reckart
added a commit
that referenced
this issue
Jan 3, 2025
- Fix issue when search index has not been initialized when project is being deleted
reckart
added a commit
that referenced
this issue
Jan 4, 2025
- Update settings documentation - Adjust parameters for embedding - Lay groundworks for source attribution
reckart
added a commit
that referenced
this issue
Jan 5, 2025
- Update settings documentation - Adjust parameters for embedding - Allow assistant to provide attribution to document context used in responses - Allow specifying a document when using the DIAM scrollTo function
reckart
added a commit
that referenced
this issue
Jan 6, 2025
- Update settings documentation - Adjust parameters for embedding - Allow assistant to provide attribution to document context used in responses - Allow specifying a document when using the DIAM scrollTo function
reckart
added a commit
that referenced
this issue
Jan 6, 2025
- Update settings documentation - Adjust parameters for embedding - Allow assistant to provide attribution to document context used in responses - Allow specifying a document when using the DIAM scrollTo function
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
We can already use LLMs as recommenders. How about being able to chat with an LLM as well?
Describe the solution you'd like
A new assistant functionality that can e.g. access document texts and answer questions about the documents in the project.
The text was updated successfully, but these errors were encountered: