Skip to content

working es#354

Merged
pabik merged 5 commits intomainfrom
featue/elasticsearch
Sep 30, 2023
Merged

working es#354
pabik merged 5 commits intomainfrom
featue/elasticsearch

Conversation

@dartpain
Copy link
Copy Markdown
Contributor

No description provided.

@vercel
Copy link
Copy Markdown

vercel bot commented Sep 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2023 2:33pm
nextra-docsgpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2023 2:33pm

@dartpain dartpain linked an issue Sep 29, 2023 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 29, 2023

Codecov Report

Merging #354 (3eacfb9) into main (e4be38b) will increase coverage by 0.33%.
Report is 3 commits behind head on main.
The diff coverage is 20.11%.

@@            Coverage Diff             @@
##             main     #354      +/-   ##
==========================================
+ Coverage   15.56%   15.89%   +0.33%     
==========================================
  Files          56       58       +2     
  Lines        2519     2648     +129     
==========================================
+ Hits          392      421      +29     
- Misses       2127     2227     +100     
Files Coverage Δ
application/core/settings.py 100.00% <100.00%> (ø)
application/vectorstore/base.py 40.00% <100.00%> (ø)
application/api/answer/routes.py 25.00% <33.33%> (ø)
application/vectorstore/vector_creator.py 60.00% <60.00%> (ø)
application/vectorstore/faiss.py 50.00% <37.50%> (-10.00%) ⬇️
application/parser/open_ai_func.py 19.60% <22.22%> (-1.23%) ⬇️
application/worker.py 29.23% <0.00%> (-1.92%) ⬇️
application/api/user/routes.py 27.48% <7.69%> (-0.30%) ⬇️
application/api/internal/routes.py 34.04% <0.00%> (-0.75%) ⬇️
application/vectorstore/elasticsearch.py 14.89% <14.89%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

pass
if settings.VECTOR_STORE == "faiss":
try:
shutil.rmtree(os.path.join(current_dir, path_clean))

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression

This path depends on a [user-provided value](1).
@pabik pabik merged commit b86c294 into main Sep 30, 2023
@dartpain dartpain deleted the featue/elasticsearch branch January 19, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Elasticsearch integration

3 participants