dotnet / beginner-series

.NET for beginner's videos, code, and links.
https://dot.net/videos
MIT License
233 stars 66 forks source link

embeddings.json is missing from # Adding context to your prompts - Retrieval Augmented Generation (RAG) #25

Open richcbaker opened 4 months ago

richcbaker commented 4 months ago

embeddings.json is missing from # Adding context to your prompts - Retrieval Augmented Generation (RAG) data directory

richcbaker commented 4 months ago

directory is "Artificial Intelligence and Machine Learning/sample-code/Data" the only file is a Readme which just says this is where the data goes

richcbaker commented 4 months ago

Data directory is also missing issues_train.tsv Thanks Richard

katiesavage commented 3 months ago

Thanks for filing this! @luisquintanilla could you take a look?

Pacman1988 commented 2 months ago

@luisquintanilla Do you have this file please for us?

24jamal commented 2 weeks ago

Same

24jamal commented 2 weeks ago

@luisquintanilla Rectify this Problem Sir

Pacman1988 commented 2 weeks ago

RAG file

I created my own embeddings with code, its not pretty but it works (see Program.txt in attachment). Program.txt And here my embeddings.json (its only the Ronaldo part, but for testing its fine): embedding.json

Github issues

https://github.com/dotnet/samples/tree/main/machine-learning/tutorials/GitHubIssueClassification/Data https://learn.microsoft.com/en-us/dotnet/machine-learning/tutorials/github-issue-classification

Cracked and uncracked files

If you need the cracked and uncracked files: https://digitalcommons.usu.edu/all_datasets/48/ I found it here: https://learn.microsoft.com/en-us/samples/dotnet/machinelearning-samples/mlnet-image-classification-transfer-learning/

I hope it helps!

24jamal commented 2 weeks ago

@Pacman1988 Thanks Sir..