Hey,
I am reaching out to check if anyone has had success with the GitHub ingestion setup outlined in this documentation: https://docs.moveworks.com/ai-assistant/enterprise-search/configure-search/ingestion/how-to-configure-github-knowledge-ingestion.
I configured the connector and ingestion as per the article. The records are successfully being ingested from the repo, but the base URL is being dropped and the .md suffix is being stripped, resulting in broken links (System doesn’t allow me to leave “Github Config Article Url Filepath Suffixes To Drop” as blank).
For example, src/ad/README.md redirects to https://src/ad/README. The full path should actually be: https://github.com/newrelic/opentelemetry-demo/blob/main/src/ad/README.md
For context, my ingestion config Start URL is: https://api.github.com/repos/newrelic/opentelemetry-demo/contents/
Am I missing a step in the configuration to retain the base URL and the file extension?