Skip to content

Instantly share code, notes, and snippets.

@drasticactions
Created September 2, 2023 04:46
Show Gist options
  • Save drasticactions/0c90cac41ef890d507fe584f94e3b1a2 to your computer and use it in GitHub Desktop.
Save drasticactions/0c90cac41ef890d507fe584f94e3b1a2 to your computer and use it in GitHub Desktop.
LLama2 SK Memory
====================================================
======== Semantic Memory (volatile, in RAM) ========
====================================================
Adding some GitHub file URLs and their descriptions to the semantic memory.
#1 saved.
https://github.com/microsoft/semantic-kernel/blob/main/README.md
#2 saved.
https://github.com/microsoft/semantic-kernel/blob/main/dotnet/notebooks/02-running-prompts-from-file.ipynb
#3 saved.
https://github.com/microsoft/semantic-kernel/blob/main/dotnet/notebooks//00-getting-started.ipynb
#4 saved.
https://github.com/microsoft/semantic-kernel/tree/main/samples/skills/ChatSkill/ChatGPT
#5 saved.
https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/SemanticKernel/Memory/VolatileMemoryStore.cs
#6 saved.
https://github.com/microsoft/semantic-kernel/blob/main/samples/dotnet/KernelHttpServer/README.md
#7 saved.
https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/chat-summary-webapp-react/README.md
----------------------
Query: How do I get started?
Result 1:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/README.md
Title : README: Installation, getting started, and how to contribute
Relevance: 0.603333677743309
Result 2:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/chat-summary-webapp-react/README.md
Title : README: README associated with a sample chat summary react-based webapp
Relevance: 0.5208944669047489
----------------------
Query: Can I build a chat with SK?
Result 1:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/README.md
Title : README: Installation, getting started, and how to contribute
Relevance: 0.5922874835543896
Result 2:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/chat-summary-webapp-react/README.md
Title : README: README associated with a sample chat summary react-based webapp
Relevance: 0.5754792784165512
Result 3:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/dotnet/notebooks/02-running-prompts-from-file.ipynb
Title : Jupyter notebook describing how to pass prompts from a file to a semantic skill or function
Relevance: 0.523346231927833
Result 4:
URL: : https://github.com/microsoft/semantic-kernel/tree/main/samples/skills/ChatSkill/ChatGPT
Title : Sample demonstrating how to create a chat skill interfacing with ChatGPT
Relevance: 0.5057076007490844
----------------------
Query: Jupyter notebook
Result 1:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/chat-summary-webapp-react/README.md
Title : README: README associated with a sample chat summary react-based webapp
Relevance: 0.5853763364815976
Result 2:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/dotnet/notebooks/02-running-prompts-from-file.ipynb
Title : Jupyter notebook describing how to pass prompts from a file to a semantic skill or function
Relevance: 0.5374656458708467
Result 3:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/SemanticKernel/Memory/VolatileMemoryStore.cs
Title : C# class that defines a volatile embedding store
Relevance: 0.5308040378225166
Result 4:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/README.md
Title : README: Installation, getting started, and how to contribute
Relevance: 0.5303958309797825
Result 5:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/dotnet/notebooks//00-getting-started.ipynb
Title : Jupyter notebook describing how to get started with the Semantic Kernel
Relevance: 0.5068860996644202
----------------------
Query: README: README associated with a sample chat summary react-based webapp
Result 1:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/chat-summary-webapp-react/README.md
Title : README: README associated with a sample chat summary react-based webapp
Relevance: 1.0000000000000002
Result 2:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/dotnet/notebooks/02-running-prompts-from-file.ipynb
Title : Jupyter notebook describing how to pass prompts from a file to a semantic skill or function
Relevance: 0.6589213030633235
Result 3:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/README.md
Title : README: Installation, getting started, and how to contribute
Relevance: 0.6426876269342745
Result 4:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/SemanticKernel/Memory/VolatileMemoryStore.cs
Title : C# class that defines a volatile embedding store
Relevance: 0.6386202633445713
Result 5:
URL: : https://github.com/microsoft/semantic-kernel/tree/main/samples/skills/ChatSkill/ChatGPT
Title : Sample demonstrating how to create a chat skill interfacing with ChatGPT
Relevance: 0.5786783824116186
Result 6:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/dotnet/notebooks//00-getting-started.ipynb
Title : Jupyter notebook describing how to get started with the Semantic Kernel
Relevance: 0.5356572691382263
Result 7:
URL: : https://github.com/microsoft/semantic-kernel/blob/main/samples/dotnet/KernelHttpServer/README.md
Title : README: How to set up a Semantic Kernel Service API using Azure Function Runtime v4
Relevance: 0.5289376228854021
----------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment