Skip to content
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

Open
reckart opened this issue Dec 31, 2024 · 0 comments
Open

AI assistant prototype #5211

reckart opened this issue Dec 31, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@reckart
Copy link
Member

reckart commented Dec 31, 2024

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.

@reckart reckart added this to the 35.0 milestone Dec 31, 2024
@reckart reckart self-assigned this Dec 31, 2024
@reckart reckart added this to Kanban Dec 31, 2024
@github-project-automation github-project-automation bot moved this to 🔖 To do in Kanban Dec 31, 2024
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
Labels
Projects
Status: 🔖 To do
Development

No branches or pull requests

1 participant