Skip to content

miku/aiexp-25-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libraries and AI (7/2025)

2025-07-17, 13:00, Martin Czygan -- UBL KI MEETUP #4, Applications / "Document Chat" / BIDC review

Summaries

Demos

Chat with your local documents (PDF)

Requirements

  • a desktop application to interact with LLM
  • either a GPU or an API to access a remote model (available through GWDG, Leibniz, etc.)

Options

Numerous applications to run chat with your documents locally:

$ ./gpt4all/bin/chat

Index and embed a folder of PDFs.

Start dialogue.

BID CONGRESS 2025 Review

Ideation

Beratung (FAIR)

  • conventient, fast
  • dependent of third party infra

KI Schulungen

  • dynamische Entwicklung

Future

  • does GLAM not have enough images?

AI at a small social science university

Survey

OER

YAAK - Yet another Arbeitskreis

Writing Project

EDU

Responsible Use

DNBLab

Service Chatbot

Grepping "KI"

WIP demos

Chat/Search over a FT (wip)

Exploring a set of 22K docs and 500K pages with the help of AI

What can the machine learn from this corpus?

  • let's cluster it into 2, 3, ..., 10 categories, what do we get?
  • let's embed the documents into a vector database and see which records are similar
  • let's embed paragraphs and see which documents are similar

Matching queries against documents.

  • full text search
  • natural language query; LLM and RAG
  • natural language query to document query; fuzzy text, but exact query
  • query in images

You can do this with any document set.

MCP server for catalogs (wip)

  • expose a library catalog to a (local) chat interface
  • make it so that we can find books, text, new items, but also images, digitized pages, and more (similarity search)

References

About

AI exploration (2)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors