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

LLamaSharp.Examples: Document Q&A with local storage #532

Merged
merged 7 commits into from
Feb 23, 2024

Conversation

swharden
Copy link
Contributor

This PR adds an example that demonstrates how to use Microsoft.KernelMemory with local storage so documents can be analyzed once, saved to disk (as a plain-text vector database), then rapidly reloaded on future runs of the program.

Note that Microsoft.KernelMemory (https://microsoft.github.io/kernel-memory/) is a higher-level more feature-rich wrapper for Microsoft.SemanticKernel.Memory that was "built on the feedback received and lessons learned from developing Semantic Kernel", so it should probably be the favored strategy for document ingestion and interaction in the future.

@martindevans martindevans merged commit 91ca9d2 into SciSharp:master Feb 23, 2024
3 checks passed
@martindevans
Copy link
Member

Excellent work, thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants