v0.1.15
Key Highlights
- Dedicated
Safe Retriever
Local UI page for Visualization of AI apps usingPebbloRetrievalChain
- Visualize top users using LLM inference, including their
authorization groups
- Visualize top documents retrieved from Vector DB to facilitate data governance and compliance
- Kubernetes deployment of pebblo server docker image
- Updated samples with upstreamed
langchain-google
pkg for authorization enabledGoogleDriveLoader
- Extended metadata support for
GoogleDriveLoader
- document paths, names, and sizes - Initial Pebblo support for LlamaIndex
- Topic and Entity name enhancements in pebblo-schema
What's Changed
- Log and print statement were not working in topic classfiier by @gr8nishan in #309
- Changes for showing pebblo server and client version on DAXA UI. by @dristysrivastava in #319
- Entity Classifier Fix by @shreyas-damle in #325
- Removed text capitalize on file name in local UI by @rutujaac in #327
- Updating entities and Topics names from human readable format to programming format by @dristysrivastava in #306
- Added keyword to string mapping in reports and ui by @rutujaac in #326
- Example for Llama PebbloSafeReader by @yograjopcito in #313
- Docker repo fix by @siddheshwar-more in #328
- Use GoogleDriveLoader from langchain_google_community by @Raj725 in #337
- Added make command to format all/changed files by @Raj725 in #340
- Update rag.md for pebblo environment variable by @rahul-trip in #348
- Update Identity and Semantic enforcement samples (PebbloRetrievalQA) by @Raj725 in #335
- Docs and version updates by @srics in #357
- Remove spell check in CI lint pipeline by @srics in #367
- Unit test trigger on tests by @siddheshwar-more in #366
- Pebblo k8s deployment by @siddheshwar-more in #362
- Topic classifier fixes - Normal text in findings, Lint errors by @Raj725 in #370
- Pebblo redirection and download report URL fix by @rutujaac in #354
- Pebblo Safe Retriever details in Local UI by @shreyas-damle in #353
- Adding python dateutil package by @dristysrivastava in #374
- Fix Local UI issues by @rutujaac in #375
- Update samples: Import PebbloRetrievalQA from langchain_community by @Raj725 in #364
- Capitalize app names for local UI by @rutujaac in #376
- source_aggr_size renamed to source_aggregate_size in loader/doc API. by @shreyas-damle in #378
- Add sort by date recent for active users and docs by @rutujaac in #377
New Contributors
- @gr8nishan made their first contribution in #309
- @yograjopcito made their first contribution in #313
Full Changelog: v0.1.14...v0.1.15