Skip to content

sourcegraph-community/forum-answers-for-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

About

This repo generates a JSON file with answers to questions on Sourcegraph's community forum that are solved. It uses TP and Gemini to generate the JSON file.

How does it work?

TP uses memory.md so all you need to do is paste the url in the text box and command+return. This will automatically append a new JSON object to the bottom of the file.

Prompts

TP

I want you to go to this page: https://community.sourcegraph.com/t/updating-cody-search-index-hangs-forever/2275

Grab the title: "Updating Cody search index… hangs forever"

then the answer: "I have been on this for two weeks. Now, I believe it is not directly related to Cody. I had Python Extension deactivated, and activating it fixed the problem."

Then create a json file with the following json schema:
* url
* title
* answer

Going forward I will give you a url, and you will append the next json object to the bottom of answers.json

This will produce a JSON file with the following schema

{
   "url": "https://community.sourcegraph.com/t/updating-cody-search-index-hangs-forever/2275",
   "title": "Updating Cody search index… hangs forever",
   "answer": "I have been on this for two weeks. Now, I believe it is not directly related to Cody. I had Python Extension deactivated, and activating it fixed the problem."
}

Clean up question & answer

The questions ("title") and "answer" are from a forum so the grammar and context might be off. rewrite these faqs and keep the json format.

Publish

  • Git commit
  • Git push
  • Git merge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published