Skip to content

Commit

Permalink
update NOTIC\E.md with OSS and clean unused OSS
Browse files Browse the repository at this point in the history
  • Loading branch information
dayland-ms committed Jun 13, 2023
1 parent 8a4e86e commit 99d1010
Show file tree
Hide file tree
Showing 9 changed files with 132 additions and 51 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ RUN apt-get update \
COPY ./scripts/nodejs.sh /tmp/
RUN /tmp/nodejs.sh

RUN pip install pypdf

# Sync timezone (if TZ value not already present on host it defaults to Europe/London)
# Note: if running on WSL (Windows) you can add the below to your $profile so your tz is automatically synced
# $tz = [Windows.Globalization.Calendar,Windows.Globalization,ContentType=WindowsRuntime]::New().GetTimeZone()
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,6 @@ random.txt
.venv
app/backend/cd
app/backend/lib
app/backend/lib64
app/backend/lib64

packages-microsoft*
125 changes: 125 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,128 @@
# 3rd Party Open Source Software Notice

This project depends on 3rd Party Open Source Software. Below is a list of known 3rd Party Open Source Software dependencies.

## Python packages

From the following locations:

* app/backend/requirements.txt
* functions/requirements.txt

### NodeJS

<https://nodejs.org/en/blog/release/v18.12.1>

### azure-identity

<https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity>

### Flask

<https://github.com/pallets/flask/>

### langchain

<https://github.com/hwchase17/langchain>

### openai

<https://github.com/openai/openai-python>

### azure-search-documents

<https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/search/azure-search-documents>

### azure-storage-blob

<https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob>

### azure-functions

<https://github.com/Azure/azure-functions-python-library>

### tiktoken

<https://github.com/openai/tiktoken>

### azure.ai.formrecognizer

<https://github.com/Azure/azure-sdk-for-python>

### nltk

<https://github.com/nltk/nltk>

### azure-core

<https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core>

### beautifulsoup4

<https://code.launchpad.net/beautifulsoup>

### lxml

<https://github.com/lxml/lxml>

### mammoth

<https://github.com/mwilliamson/python-mammoth>

### azure-cosmos

<https://github.com/Azure/azure-sdk-for-python>

## NPM Modules

From the following locations:

* app/frontend/package.json

### @fluentui/react

<https://github.com/microsoft/fluentui>

### @fluentui/react-icons

<https://github.com/microsoft/fluentui-system-icons>

### @react-spring/web

<https://github.com/pmndrs/react-spring>

### dompurify

<https://github.com/cure53/DOMPurify>

### react

<https://github.com/facebook/react>

### react-dom

<https://github.com/facebook/react>

### react-router-dom

<https://github.com/remix-run/react-router>

### @azure/storage-blob

<https://github.com/Azure/azure-sdk-for-js>

### classnames

<https://github.com/JedWatson/classnames>

### nanoid

<https://github.com/ai/nanoid>

### prop-types

<https://github.com/facebook/prop-types>

### react-bootstrap

<https://github.com/react-bootstrap/react-bootstrap>
1 change: 0 additions & 1 deletion PubSec-Info-Assistant
Submodule PubSec-Info-Assistant deleted from deae88
20 changes: 4 additions & 16 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
# TODO: The maintainer of this repo has not yet edited this file

**REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project?

- **No CSS support:** Fill out this template with information about how to file issues and get help.
- **Yes CSS support:** Fill out an intake form at [aka.ms/onboardsupport](https://aka.ms/onboardsupport). CSS will work with/help you to determine next steps.
- **Not sure?** Fill out an intake as though the answer were "Yes". CSS will help you decide.

*Then remove this first heading from this SUPPORT.MD file before publishing your repo.*

# Support

## How to file issues and get help

This project uses GitHub Issues to track bugs and feature requests. Please search the existing
issues before filing new issues to avoid duplicates. For new issues, file your bug or
This project uses GitHub Issues to track bugs and feature requests. Please search the existing
issues before filing new issues to avoid duplicates. For new issues, file your bug or
feature request as a new Issue.

For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE
FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER
CHANNEL. WHERE WILL YOU HELP PEOPLE?**.
For help and questions about using this project, please use the [Discussion](https://github.com/microsoft/PubSec-Info-Assistant/discussions) forums on our GitHub Repo page.

## Microsoft Support Policy

Support for this **PROJECT or PRODUCT** is limited to the resources listed above.
Support for this **PROJECT** is limited to the resources listed above.
Binary file removed packages-microsoft-prod.deb
Binary file not shown.
Binary file removed packages-microsoft-prod.deb.1
Binary file not shown.
27 changes: 0 additions & 27 deletions scripts/parsepdfbypage.py

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/requirements.txt

This file was deleted.

0 comments on commit 99d1010

Please sign in to comment.