File size: 4,394 Bytes
eab6925
 
 
 
 
 
 
 
 
 
 
 
 
 
45a7d81
eab6925
 
 
 
 
 
 
 
 
 
77b927d
eab6925
 
 
 
 
 
 
45a7d81
77b927d
3a3acc2
77b927d
eab6925
b505cc3
3a3acc2
 
eab6925
 
 
 
77b927d
e54b3e0
77b927d
a280e4d
eab6925
 
 
 
 
 
 
77b927d
 
eab6925
 
 
77b927d
eab6925
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{e74977c0-edd6-4b51-b4a3-7e925076a5e7}</ProjectGuid>
    <ProjectHome />
    <StartupFile>app.py</StartupFile>
    <SearchPath />
    <WorkingDirectory>.</WorkingDirectory>
    <OutputPath>.</OutputPath>
    <ProjectTypeGuids>{e614c764-6d9e-4607-9337-b7073809a0bd};{1b580a1a-fdb3-4b32-83e1-6407eb2722e6};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
    <LaunchProvider>Web launcher</LaunchProvider>
    <InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
    <WebBrowserUrl>http://localhost:8501</WebBrowserUrl>
    <PythonDebugWebServerCommandArguments> -m streamlit.cli run app.py --debug $(CommandLineArguments)</PythonDebugWebServerCommandArguments>
    <PythonWsgiHandler>{StartupModule}.wsgi_app()</PythonWsgiHandler>
    <PythonRunWebServerCommand>
    </PythonRunWebServerCommand>
    <PythonDebugWebServerCommand>
    </PythonDebugWebServerCommand>
    <InterpreterArguments> -m streamlit.cli run app.py</InterpreterArguments>
    <PythonRunWebServerCommandArguments>
    </PythonRunWebServerCommandArguments>
    <IsWindowsApplication>True</IsWindowsApplication>
    <SuppressPackageInstallationPrompt>True</SuppressPackageInstallationPrompt>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
  <PropertyGroup Condition="'$(Configuration)' == 'Release'" />
  <PropertyGroup>
    <VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
  </PropertyGroup>
  <ItemGroup>
    <Content Include=".env" />
    <Content Include=".env\.local" />
    <Content Include=".gitignore" />
    <Content Include=".streamlit\config.toml" />
    <Content Include=".streamlit\secrets.toml" />
    <Content Include="cloudrun.yaml" />
    <Content Include="Dockerfile" />
    <Content Include="README.md" />
    <Content Include="requirements.txt" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="app.py" />
    <Compile Include="googleai.py" />
    <Compile Include="openai_utils.py" />
    <Compile Include="pineconeclient.py" />
    <Compile Include="utils.py" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include=".streamlit" />
  </ItemGroup>
  <ItemGroup>
    <Interpreter Include="env\">
      <Id>env</Id>
      <Version>0.0</Version>
      <Description>env (Python 3.13 (64-bit))</Description>
      <InterpreterPath>Scripts\python.exe</InterpreterPath>
      <WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
      <PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
      <Architecture>X64</Architecture>
    </Interpreter>
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Web.targets" />
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
        <WebProjectProperties>
          <AutoAssignPort>True</AutoAssignPort>
          <UseCustomServer>True</UseCustomServer>
          <CustomServerUrl>http://localhost</CustomServerUrl>
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
        </WebProjectProperties>
      </FlavorProperties>
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
        <WebProjectProperties>
          <StartPageUrl>
          </StartPageUrl>
          <StartAction>CurrentPage</StartAction>
          <AspNetDebugging>True</AspNetDebugging>
          <SilverlightDebugging>False</SilverlightDebugging>
          <NativeDebugging>False</NativeDebugging>
          <SQLDebugging>False</SQLDebugging>
          <ExternalProgram>
          </ExternalProgram>
          <StartExternalURL>
          </StartExternalURL>
          <StartCmdLineArguments>
          </StartCmdLineArguments>
          <StartWorkingDirectory>
          </StartWorkingDirectory>
          <EnableENC>False</EnableENC>
          <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
        </WebProjectProperties>
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
</Project>